diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions
index c63b69c45fb8bb28fdba781ce0d8874fe5d9287d..367085197ebab6d7a3e9f3338be2f2373fb037e9 100644
--- a/bin/tools/CleanFunctions
+++ b/bin/tools/CleanFunctions
@@ -64,6 +64,9 @@ 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/sets/ \
            > /dev/null 2>&1
 
     for f in `find . -name "*Dict"`