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:
Brian Curtin 2015-06-04 09:18:26 -05:00
parent 2ef6359ed0
commit 9a43fe04a2
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover/*
.tox
nosetests.xml
.testrepository