From 37b17780533da7a3e369bda90e044aed714f7033 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 4 Oct 2018 02:27:53 +0200 Subject: Add toolsrc build dir to gitignore (#4394) This directory gets generated by `bootstrap-vcpkg.sh` on Linux, but should not be in version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c223e6fcf..bc83e2959 100644 --- a/.gitignore +++ b/.gitignore @@ -283,6 +283,7 @@ __pycache__/ /installed*/ /packages/ /scripts/buildsystems/tmp/ +/toolsrc/build.rel/ #ignore custom triplets /triplets/* #add vcpkg-designed triplets back in -- cgit v1.2.3