mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-15 09:27:27 +00:00
Add .gitignore to simplify Git workflow.
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Ignore binary files
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Ignore compiled object files
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Ignore generated executables
|
||||||
|
dingusppc
|
||||||
|
dingusppc.exe
|
||||||
|
|
||||||
|
# Ignore system files
|
||||||
|
.DS_Store
|
||||||
|
Thumb.db
|
Reference in New Issue
Block a user