aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-10-06 23:39:32 +0200
committerGitHub <noreply@github.com>2020-10-06 14:39:32 -0700
commit41c8f7b2fc5b8de6165612a0d106b13ebe5654bd (patch)
tree7025f0502f7a6293320332f8113c01dcfbb09914
parent19616d121b30e35805d9cb4c49766a8738aab5d3 (diff)
downloadvcpkg-41c8f7b2fc5b8de6165612a0d106b13ebe5654bd.tar.gz
vcpkg-41c8f7b2fc5b8de6165612a0d106b13ebe5654bd.zip
add default build dir of vs code to gitignore (#13734)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b971df79d..a3d42ed70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,8 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
+# VS Code build
+toolsrc/build
# Ignore the executable
/vcpkg
/vcpkg.exe