mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
41 lines
428 B
Plaintext
41 lines
428 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
*.ld
|
|
*.elf
|
|
*.z64
|
|
*.Yay0
|
|
*.msg.h
|
|
/build/
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
/tools/permuter_settings.toml
|
|
|
|
# Assets
|
|
/assets
|
|
*.bin
|
|
*.o
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|