Add stestr to .gitignore

Change-Id: Ib6946b974ebdce7ada55ed39d750e54a9e1e83d6
This commit is contained in:
Tony Breeds 2023-06-07 09:19:13 -05:00
parent 513944afea
commit 73e7258e6d

1
.gitignore vendored
View File

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