2020-08-20 12:37:26 -04:00
|
|
|
# Python
|
|
|
|
__pycache__/
|
|
|
|
venv/
|
2020-10-22 05:54:03 +01:00
|
|
|
.lark_cache*
|
2020-12-02 22:26:08 +00:00
|
|
|
.splat_cache
|
2020-08-20 12:37:26 -04:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
ctx.c
|
|
|
|
expected/
|
2020-11-07 01:09:11 +00:00
|
|
|
.vscode/launch.json
|
2022-05-05 10:08:16 -04:00
|
|
|
.vscode/*.log
|
2021-02-06 22:26:35 +00:00
|
|
|
/tools/star-rod
|
2021-08-18 17:28:32 +01:00
|
|
|
/tools/to_rename.txt
|
2021-02-22 09:21:23 +00:00
|
|
|
/ver/current
|
2021-04-13 16:47:52 +09:00
|
|
|
/ver/*/assets
|
2021-10-25 16:32:44 +02:00
|
|
|
ctx.c.m2c
|
2021-12-12 14:53:19 +01:00
|
|
|
/data2c
|
2020-08-20 12:37:26 -04:00
|
|
|
|
|
|
|
# Build artifacts
|
2021-01-14 04:05:37 +00:00
|
|
|
build.ninja
|
2021-02-22 09:21:23 +00:00
|
|
|
.ninja*
|
2020-10-14 12:48:19 -04:00
|
|
|
*.ld
|
2023-07-18 18:07:58 +09:00
|
|
|
!src/map_shape.ld
|
2021-02-08 17:28:28 +09:00
|
|
|
*.elf
|
2019-03-06 23:33:29 +00:00
|
|
|
*.z64
|
2023-03-28 05:32:20 +01:00
|
|
|
*.v64
|
|
|
|
*.n64
|
2020-10-28 20:57:00 +00:00
|
|
|
*.Yay0
|
2021-01-15 16:47:06 +00:00
|
|
|
*.msg.h
|
2021-04-03 21:35:30 +01:00
|
|
|
*.i
|
2021-02-22 09:21:23 +00:00
|
|
|
*.o
|
2021-03-27 22:37:36 +09:00
|
|
|
*.zip
|
|
|
|
baserom.*
|
2021-02-22 09:21:23 +00:00
|
|
|
build/
|
2021-04-13 16:47:52 +09:00
|
|
|
!tools/build
|
2020-11-07 01:09:11 +00:00
|
|
|
/docs/doxygen/
|
|
|
|
/include/ld_addrs.h
|
2020-12-22 15:53:16 +00:00
|
|
|
/include/message_ids.h
|
2020-11-11 16:33:55 +00:00
|
|
|
/include/sprite/
|
2020-12-22 15:53:16 +00:00
|
|
|
/include/map
|
2021-08-18 17:28:32 +01:00
|
|
|
/tools/permuter_settings.toml
|
2020-10-20 20:59:09 -04:00
|
|
|
|
2021-04-18 14:26:00 +01:00
|
|
|
# Assets
|
2023-03-28 05:32:20 +01:00
|
|
|
# ** DO NOT UNIGNORE THESE FILES!! SEE THE FOLLOWING LINK IF YOU'RE MODDING ASSETS:**
|
|
|
|
# https://github.com/pmret/papermario/wiki/Asset-overrides
|
|
|
|
/assets/us
|
|
|
|
/assets/jp
|
|
|
|
/assets/pal
|
|
|
|
/assets/ique
|
2023-07-25 05:55:08 -05:00
|
|
|
*.sbn
|
2021-04-18 14:26:00 +01:00
|
|
|
|
2020-12-22 00:09:55 +00:00
|
|
|
# Star Rod
|
2024-03-06 02:32:00 -05:00
|
|
|
.starrod
|
|
|
|
/ver/us/dump
|
2021-03-30 11:12:32 +01:00
|
|
|
*.backup
|
2024-03-06 02:32:00 -05:00
|
|
|
*.crash
|
2020-12-22 00:09:55 +00:00
|
|
|
|
2021-01-15 11:36:53 +00:00
|
|
|
/tools/n64crc
|
2024-09-24 21:16:16 -05:00
|
|
|
|
|
|
|
# clangd
|
|
|
|
.cache/clangd/
|
|
|
|
# compile_commands.json requires hardcoded paths, so it can't be committed
|
|
|
|
compile_commands.json
|