aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorwsoltys <wiso@no.way>2014-01-05 15:05:57 +0100
committerwsoltys <wiso@no.way>2014-01-05 15:11:55 +0100
commitdd7fa35b36d3b8b97343c169a0e214c483106682 (patch)
tree2f6fd2eea9c2ec2e9edfa3fdfb5480444f10c34d /tools
parent5da031f4d89c5ff09365c1d2b3d85608ef951eaa (diff)
[WIN32] git clean directories as well but keep our downloaded depends
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/win32/prepare-env.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/win32/prepare-env.bat b/tools/buildsteps/win32/prepare-env.bat
index c55b667d9f..a4cc97bd47 100644
--- a/tools/buildsteps/win32/prepare-env.bat
+++ b/tools/buildsteps/win32/prepare-env.bat
@@ -7,8 +7,8 @@ rem to keep the downloaded dependencies
rem we assume git in path as this is a requirement
cd %WORKSPACE%
-ECHO running git clean -xf
-git clean -xf
+ECHO running git clean -xfd -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2"
+git clean -xfd -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2"
rem cleaning additional directories
ECHO delete build directories