mm/.gitignore

44 lines
476 B
Plaintext
Raw Normal View History

# 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
archive/
build/
baserom/
decomp/
asm/
expected/
nonmatchings/
# Tool artifacts
tools/ido5.3_compiler/
tools/ido7.1_compiler/
tools/qemu-mips
2021-02-24 06:06:20 +00:00
tools/ido_recomp/* binary
# Assets
*.rgba32.png
*.rgb5a1.png
*.i4.png
*.i8.png
*.ia4.png
*.ia8.png
*.ci4.png
*.ci8.png
# Per-user configuration
.python-version