From 5bba554d6dad1a967bcc7d57f5f9d5ac49d27c07 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Mon, 18 May 2020 15:16:23 +0200 Subject: [PATCH] GIT: renamed .keep files to .gitignore - purpose is to preserve empty directories under git, so use the more general name --- etc/templates/closedVolume/constant/triSurface/.gitignore | 1 + etc/templates/closedVolume/constant/triSurface/.keep | 0 .../closedVolumeRotating/constant/triSurface/.gitignore | 1 + etc/templates/closedVolumeRotating/constant/triSurface/.keep | 0 .../compressibleInflowOutflow/constant/triSurface/.gitignore | 1 + .../compressibleInflowOutflow/constant/triSurface/.keep | 0 etc/templates/inflowOutflow/constant/triSurface/.gitignore | 1 + etc/templates/inflowOutflow/constant/triSurface/.keep | 0 .../inflowOutflowRotating/constant/triSurface/.gitignore | 1 + etc/templates/inflowOutflowRotating/constant/triSurface/.keep | 0 10 files changed, 5 insertions(+) create mode 100644 etc/templates/closedVolume/constant/triSurface/.gitignore delete mode 100644 etc/templates/closedVolume/constant/triSurface/.keep create mode 100644 etc/templates/closedVolumeRotating/constant/triSurface/.gitignore delete mode 100644 etc/templates/closedVolumeRotating/constant/triSurface/.keep create mode 100644 etc/templates/compressibleInflowOutflow/constant/triSurface/.gitignore delete mode 100644 etc/templates/compressibleInflowOutflow/constant/triSurface/.keep create mode 100644 etc/templates/inflowOutflow/constant/triSurface/.gitignore delete mode 100644 etc/templates/inflowOutflow/constant/triSurface/.keep create mode 100644 etc/templates/inflowOutflowRotating/constant/triSurface/.gitignore delete mode 100644 etc/templates/inflowOutflowRotating/constant/triSurface/.keep diff --git a/etc/templates/closedVolume/constant/triSurface/.gitignore b/etc/templates/closedVolume/constant/triSurface/.gitignore new file mode 100644 index 00000000000..94f6e8de8cb --- /dev/null +++ b/etc/templates/closedVolume/constant/triSurface/.gitignore @@ -0,0 +1 @@ +# Preserve directory diff --git a/etc/templates/closedVolume/constant/triSurface/.keep b/etc/templates/closedVolume/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/etc/templates/closedVolumeRotating/constant/triSurface/.gitignore b/etc/templates/closedVolumeRotating/constant/triSurface/.gitignore new file mode 100644 index 00000000000..94f6e8de8cb --- /dev/null +++ b/etc/templates/closedVolumeRotating/constant/triSurface/.gitignore @@ -0,0 +1 @@ +# Preserve directory diff --git a/etc/templates/closedVolumeRotating/constant/triSurface/.keep b/etc/templates/closedVolumeRotating/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/etc/templates/compressibleInflowOutflow/constant/triSurface/.gitignore b/etc/templates/compressibleInflowOutflow/constant/triSurface/.gitignore new file mode 100644 index 00000000000..94f6e8de8cb --- /dev/null +++ b/etc/templates/compressibleInflowOutflow/constant/triSurface/.gitignore @@ -0,0 +1 @@ +# Preserve directory diff --git a/etc/templates/compressibleInflowOutflow/constant/triSurface/.keep b/etc/templates/compressibleInflowOutflow/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/etc/templates/inflowOutflow/constant/triSurface/.gitignore b/etc/templates/inflowOutflow/constant/triSurface/.gitignore new file mode 100644 index 00000000000..94f6e8de8cb --- /dev/null +++ b/etc/templates/inflowOutflow/constant/triSurface/.gitignore @@ -0,0 +1 @@ +# Preserve directory diff --git a/etc/templates/inflowOutflow/constant/triSurface/.keep b/etc/templates/inflowOutflow/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/etc/templates/inflowOutflowRotating/constant/triSurface/.gitignore b/etc/templates/inflowOutflowRotating/constant/triSurface/.gitignore new file mode 100644 index 00000000000..94f6e8de8cb --- /dev/null +++ b/etc/templates/inflowOutflowRotating/constant/triSurface/.gitignore @@ -0,0 +1 @@ +# Preserve directory diff --git a/etc/templates/inflowOutflowRotating/constant/triSurface/.keep b/etc/templates/inflowOutflowRotating/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 -- GitLab