ff67ac89f3
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: I6267a0287dd9ae1296fdc775bb3848be9b52978c
70 lines
710 B
Plaintext
70 lines
710 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
!.coveragerc
|
|
.coverage*
|
|
cover
|
|
cover-master
|
|
.tox
|
|
.stestr/
|
|
.venv
|
|
|
|
# Functional test
|
|
functional-tests.log
|
|
functional_creds.conf
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
*.DS_Store
|
|
|
|
# generated config file
|
|
etc/magnum/magnum.conf.sample
|
|
|
|
# generated policy file
|
|
etc/magnum/policy.yaml.sample
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|