papermario/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

66 lines
870 B
Plaintext
Raw Permalink 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-11-07 01:09:11 +00:00
.vscode/launch.json
.vscode/*.log
2021-02-06 22:26:35 +00:00
/tools/star-rod
/tools/to_rename.txt
/ver/current
Splat refactor (#257) * all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
2021-04-13 07:47:52 +00:00
/ver/*/assets
ctx.c.m2c
/data2c
2020-08-20 16:37:26 +00:00
# Build artifacts
2021-01-14 04:05:37 +00:00
build.ninja
.ninja*
2020-10-14 16:48:19 +00:00
*.ld
!src/map_shape.ld
2021-02-08 08:28:28 +00:00
*.elf
2019-03-06 23:33:29 +00:00
*.z64
*.v64
*.n64
*.Yay0
2021-01-15 16:47:06 +00:00
*.msg.h
2021-04-03 20:35:30 +00:00
*.i
*.o
2021-03-27 13:37:36 +00:00
*.zip
baserom.*
build/
Splat refactor (#257) * all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
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
/tools/permuter_settings.toml
2020-10-21 00:59:09 +00:00
# Assets
# ** 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
*.sbn
2020-12-22 00:09:55 +00:00
# Star Rod
.starrod
/ver/us/dump
*.backup
*.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