papermario/.gitignore

49 lines
503 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-11-07 02:09:11 +01:00
.vscode/launch.json
2021-02-06 23:26:35 +01:00
/tools/star-rod
/ver/current
2020-08-20 18:37:26 +02:00
# Build artifacts
2021-01-14 05:05:37 +01:00
build.ninja
.ninja*
2020-10-14 18:48:19 +02:00
*.ld
2021-02-08 09:28:28 +01:00
*.elf
2019-03-07 00:33:29 +01:00
*.z64
*.Yay0
2021-01-15 17:47:06 +01:00
*.msg.h
*.bin
*.o
2021-03-27 14:37:36 +01:00
*.zip
baserom.*
build/
assets/
2020-11-07 02:09:11 +01:00
/docs/doxygen/
/include/ld_addrs.h
2020-12-22 16:53:16 +01:00
/include/message_ids.h
2020-11-11 17:33:55 +01:00
/include/sprite/
2020-12-22 16:53:16 +01:00
/include/map
2021-02-04 14:54:08 +01:00
/tools/permuter_settings.toml
2020-10-21 02:59:09 +02:00
2020-12-22 01:09:55 +01:00
# Star Rod
/sprite/SpriteTable.xml
/mod.cfg
2021-02-04 14:54:08 +01:00
/tools/star-rod
2021-02-07 01:41:23 +01:00
/editor
/logs
/out
dump
*.backup
2020-12-22 01:09:55 +01:00
2021-01-15 12:36:53 +01:00
/tools/Yay0compress
/tools/n64crc