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
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -23,11 +23,12 @@ lib64
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage*
.tox
nosetests.xml
.stestr/
.venv
.testrepository/
# Translations
*.mo
@ -56,6 +57,7 @@ ChangeLog
sftp-config.json
/.idea/
/cover/
# Desktop Service Store
*.DS_Store