tp/.gitignore

17 lines
141 B
Plaintext

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