Add .stestr and cover to .gitignore

This adds the .stestr and cover directories to .gitignore, as they are
now being output to due to recent testing changes.

Change-Id: I5d5d0fc6c4022e6189b87213408817c227d817ee
This commit is contained in:
Sean Eagan 2018-06-13 11:41:59 -05:00
parent 3e129745b4
commit e6851126dd
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -41,12 +41,14 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.stestr
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
cover
.hypothesis/
# Translations