diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ test/ # Compiled Dynamic libraries *.so *.dylib -*.dll +# *.dll # Fortran module files *.mod @@ -34,7 +34,7 @@ test/ *.lib # Executables -*.exe +# *.exe *.out *.app |