mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 21:09:52 +00:00
f1d1d83206
* Change makefile so rom doesn't need to match by default for compression, also change JenkinsFile to split off compression step from building * Swap uncompressed and compressed in all target * Forgot to change check warnings stage name * Intentionally produce non_matching * Fix * Add assets target * Jenkins assets * Update update_current_warnings * .make_options config file * Change comment at top * Add toggle options for CC_CHECK and OBJDUMP * Small cleanup * Whitespace * More * bin dumping * Whitespace * Review * Fix comment
55 lines
609 B
Plaintext
55 lines
609 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
|
|
*.sra
|
|
*.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/**/*dSYM/
|
|
tools/decomp-permuter/
|
|
tools/mips_to_c/
|
|
|
|
# Assets
|
|
*.png
|
|
*.jpg
|
|
!*_custom*
|
|
.extracted-assets.json
|
|
|
|
# Docs
|
|
!docs/**/*.png
|
|
docs/doxygen/
|
|
!.vscode/extensions.json
|
|
|
|
# Per-user configuration
|
|
.python-version
|
|
.make_options
|