From afbfc2fe7071714625107e1760e2fdb7aeb928c6 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Sat, 27 Jun 2020 11:58:50 +0200 Subject: [PATCH] Added possibilty to name virtual env-directory to be ignored by git and correction to identifying error and logging-messages from executed Batch scripts. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 027f7926..a7dfc3d7 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ celerybeat-schedule venv/ ENV/ virtual_env*/ +virt_env*/ # Spyder project settings .spyderproject @@ -108,8 +109,8 @@ virtual_env*/ *.DS_Store # Ignore log- and errorfiles -*-err.??????? -*-out.??????? +*-err.[0-9]* +*-out.[0-9]* #Ignore the results files -- GitLab