mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
34 lines
270 B
Plaintext
34 lines
270 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# 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/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
m2ctx.py
|
|
ctx.c
|