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-11-07 01:09:11 +00:00
|
|
|
.vscode/launch.json
|
2022-05-05 14:08:16 +00:00
|
|
|
.vscode/*.log
|
2021-02-06 22:26:35 +00:00
|
|
|
/tools/star-rod
|
2021-08-18 16:28:32 +00:00
|
|
|
/tools/to_rename.txt
|
2021-02-22 09:21:23 +00:00
|
|
|
/ver/current
|
2021-04-13 07:47:52 +00:00
|
|
|
/ver/*/assets
|
2021-10-25 14:32:44 +00:00
|
|
|
ctx.c.m2c
|
2021-12-12 13:53:19 +00:00
|
|
|
/data2c
|
2020-08-20 16:37:26 +00: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 16:48:19 +00:00
|
|
|
*.ld
|
2023-07-18 09:07:58 +00:00
|
|
|
!src/map_shape.ld
|
2021-02-08 08:28:28 +00:00
|
|
|
*.elf
|
2019-03-06 23:33:29 +00:00
|
|
|
*.z64
|
2023-03-28 04:32:20 +00: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 20:35:30 +00:00
|
|
|
*.i
|
2021-02-22 09:21:23 +00:00
|
|
|
*.o
|
2021-03-27 13:37:36 +00:00
|
|
|
*.zip
|
|
|
|
baserom.*
|
2021-02-22 09:21:23 +00:00
|
|
|
build/
|
2021-04-13 07:47:52 +00: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 16:28:32 +00:00
|
|
|
/tools/permuter_settings.toml
|
2020-10-21 00:59:09 +00:00
|
|
|
|
2021-04-18 13:26:00 +00:00
|
|
|
# Assets
|
2023-03-28 04:32:20 +00: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 10:55:08 +00:00
|
|
|
*.sbn
|
2021-04-18 13:26:00 +00:00
|
|
|
|
2020-12-22 00:09:55 +00:00
|
|
|
# Star Rod
|
2024-03-06 07:32:00 +00:00
|
|
|
.starrod
|
|
|
|
/ver/us/dump
|
2021-03-30 10:12:32 +00:00
|
|
|
*.backup
|
2024-03-06 07:32:00 +00:00
|
|
|
*.crash
|
2020-12-22 00:09:55 +00:00
|
|
|
|
2021-01-15 11:36:53 +00:00
|
|
|
/tools/n64crc
|
2024-09-25 02:16:16 +00:00
|
|
|
|
|
|
|
# clangd
|
|
|
|
.cache/clangd/
|
|
|
|
# compile_commands.json requires hardcoded paths, so it can't be committed
|
|
|
|
compile_commands.json
|