Skip to content
Snippets Groups Projects
.gitignore 254 B
Newer Older
stonneau's avatar
stonneau committed
# 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
Steve Tonneau's avatar
Steve Tonneau committed
*.~
stonneau's avatar
stonneau committed

# Executables
*.exe
*.out
*.app