Merge "Update .gitignore to ignore cover and .coverage*"
This commit is contained in:
commit
c62757b093
4
.gitignore
vendored
4
.gitignore
vendored
@ -23,11 +23,12 @@ lib64
|
|||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage*
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
.stestr/
|
.stestr/
|
||||||
.venv
|
.venv
|
||||||
|
.testrepository/
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
@ -56,6 +57,7 @@ ChangeLog
|
|||||||
|
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
/.idea/
|
/.idea/
|
||||||
|
/cover/
|
||||||
|
|
||||||
# Desktop Service Store
|
# Desktop Service Store
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user