MicroCorruption/.gitignore

20 lines
416 B
Plaintext
Raw Normal View History

2022-08-07 19:58:46 -05:00
# Microcorruption save files
Saves
# Dependency and object files
**/dep
**/obj
**/*.out
# MSProbe - https://github.com/Swiftloke/MSProbe
2023-01-09 13:13:24 -06:00
MSProbe*
# 25-Halifax uses a modified MSProbe assemble.py to assemble the binary. ~~It's All Rights Reserved, so I can't distribute.~~ Distributed with permission from the author.
#assemble.py
2022-08-07 19:58:46 -05:00
# Halifax binary dumps
25-Halifax/*.bin
2022-08-07 19:58:46 -05:00
# Python cache
__pycache__
**/__pycache__