diff --git a/.gitignore b/.gitignore index 36b4cb8ef..e4cfa903c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,33 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt + + +# 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 \ No newline at end of file