Skip to content

Commit 8ea8377

Browse files
committed
Update .gitignore and .gitmodules to include vcpkg local artifacts and ignore submodule changes
1 parent 58106ac commit 8ea8377

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@
3030
*.exe
3131
*.out
3232
*.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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "vcpkg"]
22
path = vcpkg
33
url = https://github.com/microsoft/vcpkg.git
4+
ignore = all

0 commit comments

Comments
 (0)