From 07793793aea81a611cc57e88ab8cb2c77f86d4c4 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 1 Jul 2009 22:27:02 +0100 Subject: [PATCH] Remove .gz and files with other extensions. --- bin/tools/CleanFunctions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index 367085197e..e7a5da0753 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -64,8 +64,8 @@ cleanCase () rm -rf constant/polyMesh/{allOwner*,cell*,face*,meshModifiers*} \ constant/polyMesh/{owner*,neighbour*,point*,edge*} \ - constant/polyMesh/{cellLevel,pointLevel,refinementHistory,surfaceIndex} \ - constant/{cellLevel,pointLevel} \ + constant/polyMesh/{cellLevel*,pointLevel*,refinementHistory*,surfaceIndex*} \ + constant/{cellLevel*,pointLevel*} \ constant/polyMesh/sets/ \ > /dev/null 2>&1