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:
parent
3e129745b4
commit
e6851126dd
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user