Skip to content
Snippets Groups Projects
Commit afbfc2fe authored by Michael Langguth's avatar Michael Langguth
Browse files

Added possibilty to name virtual env-directory to be ignored by git and...

Added possibilty to name virtual env-directory to be ignored by git and correction to identifying error and logging-messages from executed Batch scripts.
parent 7712083e
Branches
Tags
No related merge requests found
...@@ -88,6 +88,7 @@ celerybeat-schedule ...@@ -88,6 +88,7 @@ celerybeat-schedule
venv/ venv/
ENV/ ENV/
virtual_env*/ virtual_env*/
virt_env*/
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
...@@ -108,8 +109,8 @@ virtual_env*/ ...@@ -108,8 +109,8 @@ virtual_env*/
*.DS_Store *.DS_Store
# Ignore log- and errorfiles # Ignore log- and errorfiles
*-err.??????? *-err.[0-9]*
*-out.??????? *-out.[0-9]*
#Ignore the results files #Ignore the results files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment