mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-02 21:30:40 +00:00
Add more things to gitignore
This commit is contained in:
parent
8d6f77ea71
commit
a20ebade09
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,11 +1,14 @@
|
||||
# Ignore binary files
|
||||
out/
|
||||
vcpkg/
|
||||
*.bin
|
||||
|
||||
# Ignore compiled object files
|
||||
.vs/
|
||||
.vscode/
|
||||
*.o
|
||||
*.out
|
||||
*.obj
|
||||
*.d
|
||||
|
||||
# Ignore CMake system files
|
||||
@ -31,6 +34,7 @@ dingusppc.exe
|
||||
# Ignore system files
|
||||
.DS_Store
|
||||
Thumb.db
|
||||
ehthumbs.db
|
||||
|
||||
# IDE ignores
|
||||
build
|
||||
|
Loading…
Reference in New Issue
Block a user