aboutsummaryrefslogtreecommitdiff
path: root/coresight.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-10 09:33:52 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-10 09:33:52 +0300
commit253d4b160a1d14e381090f272241dbf20022b585 (patch)
tree5d290ce0fdc8a9abe1a1ef759698a34acada646f /coresight.yaml
parent103054dc99388905dd2bb74bf00531591565bcd1 (diff)
coresight: avoid to delete property file
git clean get rid of all the files, including property file needed later in the build. Change-Id: Ie53940c48d976020ec39d09db1e345cefee47f23 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'coresight.yaml')
-rw-r--r--coresight.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coresight.yaml b/coresight.yaml
index 98368838..bcb9a471 100644
--- a/coresight.yaml
+++ b/coresight.yaml
@@ -75,7 +75,7 @@
rm -rf lci-build-tools
rm -rf builddir*
rm -rf out
- git clean -fdx
+ rm -f *deb
git reset --hard
}