MicroCorruption/.gitignore
Val 19e385a861 MSProbe: As git submodule
(this is so nice! Why did I not think of it?)
2023-03-15 23:57:47 -05:00

18 lines
207 B
Plaintext

# Microcorruption save files
Saves
# Dependency and object files
**/dep
**/obj
**/*.out
# MSProbe-insgen
MSProbe-insgen*
# Halifax binary dumps
25-Halifax/*.bin
# Python cache
__pycache__
**/__pycache__