tp/.gitignore

20 lines
164 B
Plaintext

# Compiler binaries
mwcc_compiler/
# Build artifacts
build/
*.o
*.elf
*.map
*.dol
vtable.lcf
# Temporary files
*.swp
*.dump
# IDE
.vscode/
# Python
__pycache__/