mirror of
https://github.com/zeldaret/tp
synced 2026-08-01 00:08:51 -04:00
20 lines
146 B
Plaintext
20 lines
146 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.map
|
|
*.dol
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# ASM
|
|
new.asm
|