1 parent 58106ac commit 8ea8377Copy full SHA for 8ea8377
2 files changed
.gitignore
@@ -30,3 +30,13 @@
30
*.exe
31
*.out
32
*.app
33
+
34
+# Local build artifacts
35
+build/
36
+.sccache/
37
38
+# vcpkg local artifacts (submodule source stays tracked via .gitmodules)
39
+vcpkg_installed/
40
+vcpkg/buildtrees/
41
+vcpkg/packages/
42
+vcpkg/downloads/
.gitmodules
@@ -1,3 +1,4 @@
1
[submodule "vcpkg"]
2
path = vcpkg
3
url = https://github.com/microsoft/vcpkg.git
4
+ ignore = all
0 commit comments