From 0ee3c2676b79c15370d3ae30b62fd4ed5bbbafd3 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 12 Jan 2017 16:35:45 -0800 Subject: [PATCH] Stop build from leaving localpkg cache in src --- .gitignore | 1 - dir.props | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ebba36..702c37d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,6 @@ build/ bld/ [Bb]in/ [Oo]bj/ -localpkg/ msbuild.log # add back architecture directories ignored in 'Build results' diff --git a/dir.props b/dir.props index b9bf081..ec09b00 100644 --- a/dir.props +++ b/dir.props @@ -170,6 +170,8 @@ win7 win8 win10 + + true true -- 2.7.4