diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index 341a3c68e3..36eea7ebbe 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -59,6 +59,7 @@ cleanCase() rm -rf postProcessing rm -rf jobInfo TDAC constant/tetDualMesh rm -rf VTK sequencedVTK + rm -rf logs find . -name "*.orig" -type f -exec sh -c 'rm -f ${0%.*} ${0%.*}.gz' {} \; }