summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclean.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
index c75b868..c8408f7 100755
--- a/clean.sh
+++ b/clean.sh
@@ -2,4 +2,6 @@
find build/ -depth -mindepth 1 -delete -print
+rm -Rf CMakeFiles
+
find -depth \( \( -name "*.aux" -o -name "*.snm" -o -name "*.out" -o -name "*.toc" -o -name "*.nav" -o -name "*.log" -o -name "*.backup" -o -name "*.bbl" -o -name "*.blg" -o -name "*~" -o -name "CMakeCache.txt" \) -a \! \( -wholename "*.git/*" -o -wholename "*.svn" \) \) -delete -print