From a87b86b48e11e5b15310f2d4adf803918c91a93a Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 10 Sep 2020 23:29:23 +0200 Subject: [PATCH] Ignore (Batch) runscripts in git repo except from templates. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a7dfc3d7..dfe37858 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,9 @@ virt_env*/ *.tfrecords **/era5_size_64_64_3_3t_norm +# Ignore (Batch) runscripts +HPC_scripts/ +!HPC_scripts/*_template.sh +Zam347_scripts/ +!Zam347_scripts/*_template.sh + -- GitLab