From 95e35ef0e628930b12b326a0fcab1c8a66c75b5a Mon Sep 17 00:00:00 2001 From: danielque Date: Wed, 8 Mar 2017 15:47:06 +0100 Subject: [PATCH] add post folder to DEM part --- tutorials/cfdemPostproc/fillCylinder/Allrun.sh | 2 +- tutorials/cfdemPostproc/fillCylinder/DEM/post/.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tutorials/cfdemPostproc/fillCylinder/DEM/post/.gitignore diff --git a/tutorials/cfdemPostproc/fillCylinder/Allrun.sh b/tutorials/cfdemPostproc/fillCylinder/Allrun.sh index 3ebdb7df..b8476329 100755 --- a/tutorials/cfdemPostproc/fillCylinder/Allrun.sh +++ b/tutorials/cfdemPostproc/fillCylinder/Allrun.sh @@ -97,4 +97,4 @@ rm -r $casePath/DEM/log.* echo "done" #- preserve post directory -echo "dummyfile" >> $casePath/DEM/post/dummy +touch $casePath/DEM/post/.gitignore diff --git a/tutorials/cfdemPostproc/fillCylinder/DEM/post/.gitignore b/tutorials/cfdemPostproc/fillCylinder/DEM/post/.gitignore new file mode 100644 index 00000000..e69de29b