mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
e1176acfed
* add old star rod dirs to gitignore
* remove something from mapfs to introduce bug
* fix build
See https://github.com/pmret/papermario/issues/1170
* Revert "remove something from mapfs to introduce bug"
This reverts commit 4a3927866e
.
76 lines
904 B
Plaintext
76 lines
904 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
.vscode/*.log
|
|
/tools/star-rod
|
|
/tools/to_rename.txt
|
|
/ver/current
|
|
/ver/*/assets
|
|
ctx.c.m2c
|
|
/data2c
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
!src/map_shape.ld
|
|
*.elf
|
|
*.z64
|
|
*.v64
|
|
*.n64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
/tools/permuter_settings.toml
|
|
|
|
# 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
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
crash.xml
|
|
/audio/*
|
|
/sprite/*
|
|
/battle/*
|
|
/globals/*
|
|
/map/*
|
|
/world/*
|
|
/image/*
|
|
/strings/*
|
|
/res/*
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|