2024-10-29 00:57:33 +00:00
|
|
|
# IDE folders
|
|
|
|
.idea/
|
|
|
|
.vs/
|
2024-10-30 21:51:44 +00:00
|
|
|
.vscode/*
|
2024-10-29 00:57:33 +00:00
|
|
|
|
|
|
|
# Caches
|
|
|
|
__pycache__
|
|
|
|
.mypy_cache
|
|
|
|
.cache/
|
|
|
|
|
|
|
|
# Original files
|
|
|
|
orig/*/*
|
|
|
|
!orig/*/.gitkeep
|
2022-12-17 12:56:20 +00:00
|
|
|
*.dol
|
|
|
|
*.rel
|
2024-10-29 00:57:33 +00:00
|
|
|
*.elf
|
|
|
|
*.o
|
|
|
|
*.map
|
|
|
|
*.MAP
|
|
|
|
|
|
|
|
# Build files
|
|
|
|
build/
|
|
|
|
.ninja_*
|
2022-12-17 12:56:20 +00:00
|
|
|
build.ninja
|
2024-10-29 00:57:33 +00:00
|
|
|
|
|
|
|
# decompctx output
|
|
|
|
ctx.*
|
|
|
|
*.ctx
|
|
|
|
|
|
|
|
# Generated configs
|
2024-01-02 22:11:38 +00:00
|
|
|
objdiff.json
|
2024-10-29 00:57:33 +00:00
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# Miscellaneous
|
|
|
|
/*.txt
|
|
|
|
!requirements.txt
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# For saving work files into (like IDB)
|
|
|
|
temp/
|
|
|
|
|
|
|
|
# Ignore the N64 SDK headers since we download them
|
|
|
|
include/PR/
|
2024-10-30 21:51:44 +00:00
|
|
|
include/gcc/
|