mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Add toolsrc build dir to gitignore (#4394)
This directory gets generated by `bootstrap-vcpkg.sh` on Linux, but should not be in version control.
This commit is contained in:
committed by
Robert Schumacher
parent
7e714a2c93
commit
37b1778053
1
.gitignore
vendored
1
.gitignore
vendored
@@ -283,6 +283,7 @@ __pycache__/
|
||||
/installed*/
|
||||
/packages/
|
||||
/scripts/buildsystems/tmp/
|
||||
/toolsrc/build.rel/
|
||||
#ignore custom triplets
|
||||
/triplets/*
|
||||
#add vcpkg-designed triplets back in
|
||||
|
||||
Reference in New Issue
Block a user