From b65029f94fbbbe897187681224ec0a0833734776 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 10 Nov 2014 14:52:23 +0100 Subject: modified clean.sh --- clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean.sh') 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 -- cgit v1.2.3