Merge "Update .gitignore to ignore cover and .coverage*"

This commit is contained in:
Zuul 2019-03-20 01:47:32 +00:00 committed by Gerrit Code Review
commit c62757b093

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