python-blazarclient/.gitignore
Anand Bhat 27c426a76f Migrate from testr to stestr
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore, test-requirements.txt and lower-constraints.txt
  files accordingly
* Use py3 as the default runtime for tox and 3.18.0 as the
  minversion for tox
* Add a new job, openstack-cover-jobs, to run the coverage in Zuul

Change-Id: If6fa3f2f861d5eb6787743edcc6333e5aacef7d0
2021-07-01 16:12:14 +05:30

17 lines
105 B
Plaintext

*.py[co]
*.egg
*.egg-info
dist
build
eggs
.tox
.venv
.idea
AUTHORS
ChangeLog
.stestr/
cover/
.coverage