1
0
Fork 0
cp-templates/.gitignore

36 lines
287 B
Plaintext
Raw Normal View History

2023-12-02 11:32:55 +08:00
# 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
2023-12-02 11:37:13 +08:00
# Vim Log
*.un~