Ignore .stestr directory in .gitignore

Change-Id: I4b4468d92198a41c7feb596e9f957ac045bfa3d0
This commit is contained in:
David Shrewsbury 2018-05-07 12:37:44 -04:00
parent c4db7a9c6c
commit d39b77eeab
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.egg *.egg
*.egg-info *.egg-info
*.pyc *.pyc
.stestr
.test .test
.testrepository .testrepository
.tox .tox