Files
tp/.gitignore
jdflyer ab7d0b88c3 Tools: add libbti and assets_config (#2182)
* Start d_menu_fmap2d

* checkpoint

* checkpoint

* Add libbti and bti packaging, start libjaudio

* Add asset config, move libast, formatting
2024-07-18 09:04:43 -06:00

41 lines
341 B
Plaintext

# Compiler binaries
mwcc_compiler/
binutils/
# Build artifacts
build/
*.o
*.elf
*.map
*.dol
vtable.lcf
# Game Assets
game/
# Disk Images
*.iso
*.gcm
# Generated documentation
docs/doxygen/
# Temporary files
*.swp
*.dump
# IDE
.vscode/
.idea/
# Python
__pycache__/
venv/
# m2ctx files
m2ctx.py
ctx.c
# Asset Config
asset_config.json