mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 03:08:18 -04:00
16 lines
130 B
Plaintext
16 lines
130 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.map
|
|
*.dol
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/ |