summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-11-10 14:52:23 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-11-10 14:52:23 +0100
commitb65029f94fbbbe897187681224ec0a0833734776 (patch)
tree69e82c715f0d3ee3debb531a61430bbce050e963 /clean.sh
parent0879c6cd8a9276cc1697fc108ec0a54fe3e8b986 (diff)
modified clean.sh
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean.sh b/clean.sh
index c8408f7..6908df7 100755
--- a/clean.sh
+++ b/clean.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-find build/ -depth -mindepth 1 -delete -print
+find build/ -depth -mindepth 1 \( ! -name ".git_ignore" \) -print -delete
rm -Rf CMakeFiles