From 8c124d57abc9e778bd1746a2eccfce9a44a208b5 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 24 Aug 2011 13:48:57 -0400
Subject: [PATCH] hudson: added -x to git clean command

this will remove ignored files as well (e.g. built object files)
---
 hudson-sflphone-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index f488d5959b..a76090f155 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -4,7 +4,7 @@
 #
 # Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
 
-git clean -f -d
+git clean -f -d -x
 XML_RESULTS="cppunitresults.xml"
 
 set -x
-- 
GitLab