mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-08 21:34:48 -04:00
7f14659919
* Add `diff.py` symlink * Add graphovl.py * remove graphovl * add graphovl subrepo * git subrepo pull --force tools/graphovl subrepo: subdir: "tools/graphovl" merged: "577e7159" upstream: origin: "https://github.com/AngheloAlf/graphovl.git" branch: "master" commit: "577e7159" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
41 lines
429 B
Plaintext
41 lines
429 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*
|
|
|
|
# Per-user configuration
|
|
.python-version
|