Update .gitignore to ignore cover and .coverage*

Change-Id: I8856741461611aac45a644e62470846824409219
This commit is contained in:
chenke 2019-03-18 11:39:15 +08:00
parent a70ebd8a41
commit a25cd66052

4
.gitignore vendored
View File

@ -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