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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment