bin/tools/CleanFunctions::cleanCase: Added deletion of the logs directory generated by foamLog

This commit is contained in:
Henry Weller
2023-10-26 10:06:29 +01:00
parent 2eb23ba723
commit 7e11d9b578

View File

@ -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' {} \;
}