From 4c953607b45c79491c43376cff402a4ad1c789fb Mon Sep 17 00:00:00 2001
From: Anne Philipp <anne.philipp@univie.ac.at>
Date: Fri, 20 Dec 2019 00:45:40 +0100
Subject: [PATCH] put Jobscript directory into repo permanently

---
 .gitignore            |  2 +-
 Run/Jobscripts/README | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 Run/Jobscripts/README

diff --git a/.gitignore b/.gitignore
index cc48f81..5c16028 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,7 @@ Source/Fortran/CONVERT2*
 *.tar*
 Run/ECMWF_ENV
 Run/Workspace/*
-Run/Jobscripts/*
+Run/Jobscripts/*sh
 Test/Installation/Convert/VERTICAL.EC
 Test/Installation/Convert/fort.15
 For_developers/Sphinx/build_temp
diff --git a/Run/Jobscripts/README b/Run/Jobscripts/README
new file mode 100644
index 0000000..1c2f9bc
--- /dev/null
+++ b/Run/Jobscripts/README
@@ -0,0 +1,21 @@
+#!/bin/bash
+#
+# @Author: Anne Philipp
+#
+# @Date: December, 19 2019
+#
+# @Description: 
+#    This file is just to keep the Jobscript directory not empty. 
+#    Otherwise the directory could not be collected to the tarball.
+#
+# @Licence:
+#    (C) Copyright 2014-2019.
+#
+#    SPDX-License-Identifier: CC-BY-4.0
+#
+#    This work is licensed under the Creative Commons Attribution 4.0
+#    International License. To view a copy of this license, visit
+#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
+#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
+#
+# -----------------------------------------------------------------
\ No newline at end of file
-- 
GitLab