Add stestr to .gitignore

Change-Id: Ib6946b974ebdce7ada55ed39d750e54a9e1e83d6
This commit is contained in:
Tony Breeds 2023-06-07 09:19:13 -05:00
parent 70838b9d93
commit 9585d97a80
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.tox
.stestr
build/*
*.pyc
*.egg*