diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-10-30 16:40:38 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-11-01 01:26:31 -0700 |
| commit | 5a1a75d2d6bb27675bca2f009c7ae5579e84cea7 (patch) | |
| tree | 11aeaf69c11d01fc2d2303c77de45f2bce2bad96 /.gitignore | |
| parent | 0ad199727ed99d6e3a08c8d16f345262c7031922 (diff) | |
| download | vcpkg-5a1a75d2d6bb27675bca2f009c7ae5579e84cea7.tar.gz vcpkg-5a1a75d2d6bb27675bca2f009c7ae5579e84cea7.zip | |
[vcxproj] Explicitly specify intermediate and output directories
Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead
Issue #4586
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bc83e2959..befc51d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -284,6 +284,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/ #ignore custom triplets /triplets/* #add vcpkg-designed triplets back in |
