mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
060486c85e
* root-level configure script * fix configure on macos? * fix macos again maybe * fix messages, add asset stack * generate map headers from xml maps * fix sprite_dir asset * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "5e36c45558" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "5e36c45558" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
53 lines
516 B
Plaintext
53 lines
516 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
/tools/star-rod
|
|
/ver/current
|
|
/ver/*/assets
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
*.elf
|
|
*.z64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.bin
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
|
|
# Assets
|
|
/assets/*
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|