first commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# --- 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
|
||||
Reference in New Issue
Block a user