Revision 328a518fc23fb0780d2246dd11de880ae06afd19 authored by Gert Meijer on 30 April 2021, 15:57:02 UTC, committed by GitHub on 30 April 2021, 15:57:02 UTC
0 parent
Raw File
.gitignore
# Prerequisites
*.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

# Executables
*.exe
*.out
*.app
back to top