hudson: added -x to git clean command

this will remove ignored files as well (e.g. built object files)
This commit is contained in:
Tristan Matthews
2011-08-24 13:48:57 -04:00
parent 22783f5d9b
commit 8c124d57ab

View File

@ -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