bdfz_2024_summer/.gitignore

37 lines
286 B
Plaintext
Raw Normal View History

2024-08-03 03:19:23 +00:00
*.
2024-08-02 04:45:18 +00:00
# ---> C++
# Prerequisites
*.d
2024-08-03 03:19:23 +00:00
2024-08-02 04:45:18 +00:00
# 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