Improve .gitignore file in the project

This change will help ignore all files which formated .coverage.*
files. These files will occured when perform following CLI:

    tox -ecover

Change-Id: I8c75b4eefd562f1496b56818ca8df9a8ce067327
This commit is contained in:
Nguyen Van Trung 2017-11-30 08:30:21 +07:00
parent 196e6d9531
commit 3d2eeba032
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -8,7 +8,7 @@ trove.egg*
.eggs/
trove/vcsversion.py
*py*.egg
.coverage
.coverage.*
coverage.xml
cover/
dist/