22 lines
245 B
Plaintext
22 lines
245 B
Plaintext
# --- Build Artifacts ---
|
|
# Directories created by Makefile
|
|
bin/
|
|
obj/
|
|
|
|
# Object files
|
|
*.o
|
|
|
|
# --- Temporary & Editor Files ---
|
|
# Vim swap files
|
|
*.swp
|
|
*.swo
|
|
|
|
# VS Code settings
|
|
.vscode/
|
|
|
|
# Linux/General backups
|
|
*~
|
|
*.bak
|
|
|
|
# --- System ---
|
|
.DS_Store |