Skip to content

Commit 49c83ad

Browse files
authored
Merge pull request #218 from neilenns/neilenns/issue217
Ignore intermediate build files on Windows
2 parents 5c901a1 + 6f11489 commit 49c83ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,9 @@ extern/backend/afv-native/build
125125
build/win-unpacked
126126
build/builder-debug.yml
127127
build/builder-effective-config.yaml
128+
129+
# Ignore other build files on Windows
130+
build/vcpkg_installed
131+
build/.cmake
132+
build/CMakeFiles
133+
build/CMakeCache.txt

0 commit comments

Comments
 (0)