papermario/.gitignore

31 lines
277 B
Plaintext
Raw Normal View History

2020-08-20 16:37:26 +00:00
# Python
__pycache__/
venv/
2020-10-22 04:54:03 +00:00
.lark_cache*
2020-12-02 22:26:08 +00:00
.splat_cache
2020-08-20 16:37:26 +00:00
# Misc
.idea/
.DS_Store
ctx.c
expected/
2020-10-28 22:28:15 +00:00
settings.mk
2020-11-07 01:09:11 +00:00
.vscode/launch.json
2020-08-20 16:37:26 +00:00
# Build artifacts
2020-10-14 16:48:19 +00:00
*.ld
2019-03-06 23:33:29 +00:00
*.z64
*.Yay0
2020-11-07 01:09:11 +00:00
/build/
/docs/doxygen/
/include/ld_addrs.h
2020-11-11 16:33:55 +00:00
/include/sprite/
2020-10-21 00:59:09 +00:00
2020-11-07 01:09:11 +00:00
# Assets
/bin
/img
/msg
2020-11-11 13:52:04 +00:00
/sprite
2020-12-05 22:17:55 +00:00
tools/Yay0compress