gitignore: Add deps-build

This commit is contained in:
Stenzek 2024-05-14 15:10:23 +10:00
parent d056584173
commit 2b31c08083
No known key found for this signature in database

8
.gitignore vendored
View file

@ -3,10 +3,12 @@
# binaries folder # binaries folder
/bin/ /bin/
/Build/
/build/ /build/
/build-*/ /build-*/
# dependency build temp files
deps-build/
# vs stuff # vs stuff
.vs .vs
ipch ipch
@ -40,9 +42,5 @@ CMakeLists.txt.user
__pycache__ __pycache__
# other repos # other repos
/dep/mac
/android /android
# UWP crap
Generated Files
/packages