Skip to content
Snippets Groups Projects
Commit 8c124d57 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

hudson: added -x to git clean command

this will remove ignored files as well (e.g. built object files)
parent 22783f5d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> # Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
git clean -f -d git clean -f -d -x
XML_RESULTS="cppunitresults.xml" XML_RESULTS="cppunitresults.xml"
set -x set -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment