1
0
mirror of https://github.com/github/gitignore synced 2024-06-06 20:57:57 +02:00
gitignore/C++.gitignore
Jon Lo Kim Lin f0c34f3219 Added *.smod to Fortran.gitignore
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
2016-05-20 14:10:19 -07:00

30 lines
249 B
Plaintext

# 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
# Executables
*.exe
*.out
*.app