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:
Michael Vetter 2018-10-04 02:27:53 +02:00 committed by Robert Schumacher
parent 7e714a2c93
commit 37b1778053

1
.gitignore vendored
View File

@ -283,6 +283,7 @@ __pycache__/
/installed*/
/packages/
/scripts/buildsystems/tmp/
/toolsrc/build.rel/
#ignore custom triplets
/triplets/*
#add vcpkg-designed triplets back in