Add cover-master to gitignore list
Both cover and cover-master directories will be created during coverage test. This patch add cover-master to gitignore file to avoid including coverage test result into commit. Change-Id: I3e330630454ce19c7aa3d41993f976c6082726eb
This commit is contained in:
parent
41b26f4ab5
commit
815cbdbfa4
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,6 +28,7 @@ pip-log.txt
|
||||
.tox
|
||||
nosetests.xml
|
||||
cover
|
||||
cover-master
|
||||
.testrepository
|
||||
*.sqlite
|
||||
.venv
|
||||
|
Loading…
Reference in New Issue
Block a user