Files
ss/.gitignore
2024-11-28 20:05:35 +01:00

37 lines
318 B
Plaintext

# IDE folders
.idea/
.vs/
# Caches
__pycache__
.mypy_cache
.cache/
*$py.class
# 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