tp/.gitignore
Pheenoh 1745337452
d_a_npc_ashB work (#2250)
Co-authored-by: pheenoh <pheenoh@macmini.lan>
2024-11-13 13:50:44 -08:00

42 lines
340 B
Plaintext

# IDE folders
.idea/
.vs/
# Caches
__pycache__
.mypy_cache
.cache/
# Original files
orig/*/*
!orig/*/.gitkeep
*.dol
*.rel
*.elf
*.o
*.map
*.MAP
# Build files
build/
.ninja_*
build.ninja
# decompctx output
ctx.*
*.ctx
# Generated configs
objdiff.json
compile_commands.json
# Miscellaneous
/*.txt
*.exe
# MacOS
.DS_Store
# ISOs
*.iso