heat-tempest-plugin/.gitignore
HeroicHitesh 67f98f8666 Migrate from testr to stestr
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore and test-requirements.txt files accordingly
* Use py3 as the default runtime for tox and 3.18.0 as the
  minversion for tox

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: If2662e223ad52c8cae965eb6bdf880c1dce962f2
2021-05-21 11:25:10 +05:30

23 lines
189 B
Plaintext

*.pyc
# Packages
*.egg*
dist
build
# Unit test
.tox/
.stestr/
.venv
# pbr generates these
AUTHORS
ChangeLog
# Editors
*.swp
*~
# Files created by releasenotes build
releasenotes/build