diff --git a/.gitignore b/.gitignore index 259148f..6d8fdfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,9 @@ -# Prerequisites +build/ *.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 +*.so +compile_commands.json +tests +.DS_Store -# Executables -*.exe -*.out -*.app