Files
tp/.gitignore
T
2021-03-28 22:49:05 +02:00

26 lines
226 B
Plaintext

# Compiler binaries
mwcc_compiler/
# Build artifacts
build/
*.o
*.elf
*.map
*.dol
vtable.lcf
# Game Assets
game/
# Generated documentation
docs/doxygen/
# Temporary files
*.swp
*.dump
# IDE
.vscode/
# Python
__pycache__/