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