added git ignore to ignore test result files and logs etc
This commit is contained in:
parent
50974e497f
commit
bd30870f58
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,11 +21,13 @@ __pycache__
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
*.log
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
tests/cover
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
@ -35,3 +37,4 @@ nosetests.xml
|
||||
.project
|
||||
.pydevproject
|
||||
venv
|
||||
docker_rsa*
|
Loading…
x
Reference in New Issue
Block a user