tests/.gitignore
2024-12-10 20:40:17 +01:00

55 lines
493 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
*.yy.*
*.tab.*
C_C++/sds/sds/
# Ada
*.ali
# Java
*.class
*.jar
# Haskell
*.hi
# Latex
LaTeX/*.pdf
LaTeX/*.synctex.gz
LaTeX/*.aux
LaTeX/*.log
# Tooling
*.gdb-*
*.gdb_*
*.tags
tags
tags.*
tmp-*
# Misc.
*.bak
*.tmp
*.swp
*.swo
*.swn
*.opendb
*.bin
.do_ignore/