Add cover/ folder to .gitignore
Now that coverage works, need to add the folder of its results to our ignore file. Change-Id: I6675816dce6d509a63ce0acccfa98732477e58e3
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,6 +24,7 @@ pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
cover/*
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
|
Reference in New Issue
Block a user