papermario/.gitignore

31 lines
277 B
Plaintext
Raw Normal View History

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