From 8721e686f7bcab44c1abbe8ecb739049d35efe6f Mon Sep 17 00:00:00 2001 From: Maxim Sharabayko Date: Tue, 3 Sep 2019 17:39:02 +0200 Subject: [PATCH] [build] Added gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2092c0bfe --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# Ignore any folder starting from underscore +_*/ + +# Ignode Visual Studio Code temp folder +.vs/