mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-01 08:07:47 -04:00
b292647ea2
* update extract_assets script * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "820678b4" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "820678b4" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * fixes and rgba16 format change * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "6be9af65d" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "6be9af65d" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * Update warning counts
42 lines
452 B
Plaintext
42 lines
452 B
Plaintext
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
|
|
# Project-specific ignores
|
|
*.z64
|
|
*.bin
|
|
*.elf
|
|
archive/
|
|
build/
|
|
baserom/
|
|
decomp/
|
|
asm/
|
|
expected/
|
|
nonmatchings/
|
|
|
|
# Tool artifacts
|
|
tools/ido5.3_compiler/
|
|
tools/ido7.1_compiler/
|
|
tools/qemu-mips
|
|
tools/ido_recomp/* binary
|
|
ctx.c
|
|
graphs/
|
|
|
|
# Assets
|
|
*.png
|
|
*.jpg
|
|
!*_custom*
|
|
.extracted-assets.json
|
|
|
|
# Per-user configuration
|
|
.python-version
|