42 lines
324 B
Plaintext
Raw Normal View History

2024-12-08 16:18:40 +01:00
*.db*
2025-03-17 04:58:10 +01:00
*.png
.*
2024-12-15 16:05:21 +01:00
.venv
2025-03-17 04:58:10 +01:00
contrib
logs_*
*.txt
2024-12-08 16:08:39 +01:00
# ---> C++
# 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