d0da90b890
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: Ib7b19bed1a16c0864068066fdb5b9e45595dd228
36 lines
313 B
Plaintext
36 lines
313 B
Plaintext
*.patch
|
|
*.iml
|
|
#swap file
|
|
*.swp
|
|
|
|
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
.stestr
|
|
.coverage
|
|
cover
|
|
etc/vitrage/vitrage.conf
|
|
etc/vitrage/policy.yaml.sample
|
|
doc/source/_static/
|
|
*.db
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#pyenv
|
|
.python-version
|