mirror of https://github.com/zeldaret/tp.git
37 lines
293 B
Plaintext
37 lines
293 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.py
|
|
ctx.c
|