mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 04:49:45 +00:00
a6cd0e4427
* Filling in what I could * Organise, add most of the other tools, etc. * removing redundant file and filling in TOC * addressing comments * Merge branch 'master' into contributing_update_tools * hopefully adding pngs and missing tools * quick fix * applying feedback * adding clarity to the sheet section * Update docs/tools.md Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Update tools.md * Update docs/tools.md Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
50 lines
534 B
Plaintext
50 lines
534 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
|
|
tools/decomp-permuter/
|
|
tools/mips_to_c/
|
|
|
|
# Assets
|
|
*.png
|
|
*.jpg
|
|
!*_custom*
|
|
.extracted-assets.json
|
|
|
|
# Docs
|
|
!docs/**/*.png
|
|
|
|
# Per-user configuration
|
|
.python-version
|