mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 12:16:17 -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/ |