055f31365e
According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Idf2f91565f9205c745a7110be5bf81267bd3caf5 Signed-off-by: Chuck Short <chucks@redhat.com>
75 lines
790 B
Plaintext
75 lines
790 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
nosetests.xml
|
|
cover
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
*.sw?
|
|
|
|
# Hidden directories
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
!/.stestr.conf
|
|
|
|
contrib/vagrant/.vagrant
|
|
|
|
# Configuration files
|
|
etc/kuryr.conf.sample
|
|
|
|
# Ignore user specific local.conf settings for vagrant
|
|
contrib/vagrant/user_local.conf
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# devstack-heat
|
|
*.pem
|
|
|
|
# Binaries from docker images builds
|
|
kuryr-cni-bin
|
|
kuryr-cni
|