aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-08-06 17:04:47 -0700
committerGitHub <noreply@github.com>2020-08-06 17:04:47 -0700
commit40c8aab459f6692f68daa0ef431b80ca7ab364c1 (patch)
treed49c575bd7be93b2522293e5d54a7ce743b08355 /.gitignore
parent61c055a6fcfee2a7e764997bb2478adf49db6edf (diff)
downloadvcpkg-40c8aab459f6692f68daa0ef431b80ca7ab364c1.tar.gz
vcpkg-40c8aab459f6692f68daa0ef431b80ca7ab364c1.zip
[vcpkg] Fix vs2015 build (#12789)
* move windows bootstrap directory * fix paths * actually fix the build * fix path
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d9b919fc1..b971df79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -289,10 +289,10 @@ __pycache__/
/packages/
/scripts/buildsystems/tmp/
/toolsrc/build.rel/
-/toolsrc/msbuild.x86.debug/
-/toolsrc/msbuild.x86.release/
-/toolsrc/msbuild.x64.debug/
-/toolsrc/msbuild.x64.release/
+/toolsrc/windows-bootstrap/msbuild.x86.debug/
+/toolsrc/windows-bootstrap/msbuild.x86.release/
+/toolsrc/windows-bootstrap/msbuild.x64.debug/
+/toolsrc/windows-bootstrap/msbuild.x64.release/
#ignore custom triplets
/triplets/*
#add vcpkg-designed triplets back in