tests/.gitignore
2024-03-10 15:54:54 +01:00

37 lines
328 B
Plaintext

### We are ignoring preemptively anything that is likely to be generated one day ###
# Pyhton
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# C/C++ build
*.o
*.out
*.a
*.so
*.dll
*.exe
*.obj
*.lib
*.exp
*.pdb
*.ilk
*.aps
*.ncb
*.gch
*.gch.stamp
# Tooling
*.gdb-*
*.gdb_*
*.tags
tags
tags.*
# Misc.
*.bak
*.tmp
*.swp
*.swo
*.swn
*.opendb