stickfosh/.gitignore

35 lines
289 B
Plaintext
Raw Normal View History

# Prerequisites
*.d
2025-01-28 11:38:21 +01:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
2025-01-28 11:38:21 +01:00
# Precompiled Headers
*.gch
*.pch
2025-01-28 11:38:21 +01:00
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.appobj/
test_bin/
main