heat-agents/.gitignore
HeroicHitesh 7c62d3b53d 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
* Create cover environment in tox and make relevant changes
  in .gitignore

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: I3de659cdda2f490590dbfb38c81b95becac5da7c
2021-05-17 18:15:14 +05:30

25 lines
238 B
Plaintext

*.pyc
# Packages
*.egg*
*.egg-info
build
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
.stestr/
# pbr generates these
AUTHORS
ChangeLog
# Editors
*.swp
*~
# Files created by releasenotes build
releasenotes/build