aa2a14a037
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: I9d22be39bec67fc17841367a0ef0ac439143af6c
43 lines
382 B
Plaintext
43 lines
382 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# vim files
|
|
.*sw[op]
|
|
.*~
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.stestr/
|
|
cover
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# generated policy file
|
|
etc/blazar/policy.yaml.sample
|
|
|
|
# generated doc file
|
|
doc/source/_static/*
|