mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
38fc110f99
* actorfixer.py hotfix * add missing stuff * add zeldaarena * add skelAnime fields * add comment
45 lines
471 B
Plaintext
45 lines
471 B
Plaintext
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
tags
|
|
|
|
# Project-specific ignores
|
|
*.z64
|
|
*.bin
|
|
*.elf
|
|
archive/
|
|
build/
|
|
baserom/
|
|
decomp/
|
|
asm/
|
|
data/
|
|
expected/
|
|
nonmatchings/
|
|
|
|
# Tool artifacts
|
|
tools/ido5.3_compiler/
|
|
tools/ido7.1_compiler/
|
|
tools/qemu-mips
|
|
tools/ido_recomp/* binary
|
|
ctx.c
|
|
graphs/
|
|
*.c.m2c
|
|
|
|
# Assets
|
|
*.png
|
|
*.jpg
|
|
!*_custom*
|
|
.extracted-assets.json
|
|
|
|
# Per-user configuration
|
|
.python-version
|