diff options
Diffstat (limited to 'options/gitignore/C++')
-rw-r--r-- | options/gitignore/C++ | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/options/gitignore/C++ b/options/gitignore/C++ new file mode 100644 index 0000000000..b8bd0267bd --- /dev/null +++ b/options/gitignore/C++ @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |