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:
parent
196e6d9531
commit
3d2eeba032
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,7 +8,7 @@ trove.egg*
|
|||||||
.eggs/
|
.eggs/
|
||||||
trove/vcsversion.py
|
trove/vcsversion.py
|
||||||
*py*.egg
|
*py*.egg
|
||||||
.coverage
|
.coverage.*
|
||||||
coverage.xml
|
coverage.xml
|
||||||
cover/
|
cover/
|
||||||
dist/
|
dist/
|
||||||
|
Loading…
Reference in New Issue
Block a user