stickfosh/cpp/.gitignore

35 lines
289 B
Plaintext
Raw Permalink Normal View History

2025-02-02 15:31:45 +01: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
*.appobj/
2025-02-02 16:37:59 +01:00
test_bin/
2025-02-02 18:16:45 +01:00
main