2020-09-14 01:09:13 +00:00
|
|
|
# Cache files
|
|
|
|
__pycache__/
|
|
|
|
.pyc
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Text editor remnants
|
|
|
|
.vscode/
|
|
|
|
.vs/
|
|
|
|
.idea/
|
|
|
|
CMakeLists.txt
|
|
|
|
cmake-build-debug
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# Project-specific ignores
|
2020-02-19 17:18:03 +00:00
|
|
|
*.z64
|
|
|
|
*.bin
|
|
|
|
*.elf
|
2020-09-14 01:09:13 +00:00
|
|
|
archive/
|
|
|
|
build/
|
|
|
|
baserom/
|
|
|
|
decomp/
|
|
|
|
asm/
|
|
|
|
expected/
|
|
|
|
nonmatchings/
|
|
|
|
|
|
|
|
# Tool artifacts
|
|
|
|
tools/ido5.3_compiler/
|
|
|
|
tools/ido7.1_compiler/
|
2020-04-30 13:06:25 +00:00
|
|
|
tools/qemu-mips
|
2021-02-24 06:06:20 +00:00
|
|
|
tools/ido_recomp/* binary
|
2020-09-14 01:09:13 +00:00
|
|
|
|
|
|
|
# Assets
|
|
|
|
*.rgba32.png
|
|
|
|
*.rgb5a1.png
|
|
|
|
*.i4.png
|
|
|
|
*.i8.png
|
|
|
|
*.ia4.png
|
|
|
|
*.ia8.png
|
|
|
|
*.ci4.png
|
|
|
|
*.ci8.png
|
|
|
|
|
|
|
|
# Per-user configuration
|
|
|
|
.python-version
|