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:
yanyanhu 2016-07-21 06:06:12 -04:00
parent 41b26f4ab5
commit 815cbdbfa4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,6 +28,7 @@ pip-log.txt
.tox
nosetests.xml
cover
cover-master
.testrepository
*.sqlite
.venv