Skip to content

Commit 3a659f9

Browse files
committed
CalculiX: Cleanup and ignore .rout files
1 parent def68a0 commit 3a659f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dummy
5959
*.frd
6060
*.sta
6161
*.eig
62+
*.rout
6263

6364
# code_aster
6465
*.mess

tools/cleaning-tools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ clean_calculix() {
5959
set -e -u
6060
cd "$1"
6161
echo "- Cleaning up CalculiX case in $(pwd)"
62-
rm -fv ./*.cvg ./*.dat ./*.frd ./*.sta ./*.12d spooles.out dummy
62+
rm -fv ./*.cvg ./*.dat ./*.frd ./*.sta ./*.12d ./*.rout spooles.out dummy
6363
rm -fv WarnNodeMissMultiStage.nam
6464
rm -fv ./*.eig
6565
rm -fv ./*.vtk

0 commit comments

Comments
 (0)