mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
0e1100de7f
* Remove jumpscare Allow the faint of heart to build the repo * Clarify make_expected and add -3 info * Add info about mips_to_c and m2ctx.py * Mention -h * Remove unneded version stuff for make_expected
56 lines
577 B
Plaintext
56 lines
577 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
/tools/star-rod
|
|
/tools/to_rename.txt
|
|
/ver/current
|
|
/ver/*/assets
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
*.elf
|
|
*.z64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.bin
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
/tools/permuter_settings.toml
|
|
|
|
# Assets
|
|
/assets/*
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
crash.xml
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|