tp/.gitignore

16 lines
130 B
Plaintext

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