tripleo-repos/.gitignore
Vu Cong Tuan cae1c8c699 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I6f59056abec4ee0021d705bd74b907029b4e8664
2018-07-16 09:32:24 +07:00

22 lines
179 B
Plaintext

*.py[cod]
# Unit test / coverage reports
.coverage
cover
.tox
.testrepository
.stestr/
# Packages
.eggs
*.egg*
dist
build
eggs
parts
sdist
develop-eggs
.installed.cfg
lib
lib64