f383c67b41
'tox -e cover' was broken as 'coverage' was looking for 'kuryr-kubernetes' package instead of 'kuryr_kubernetes'. Change-Id: I3c52e5ce8b5e2fdad385a2edf16f9dc35f9286cd
61 lines
613 B
Plaintext
61 lines
613 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
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
*.sw?
|
|
|
|
# Hidden directories
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
|
|
contrib/vagrant/.vagrant
|
|
|
|
# Configuration files
|
|
etc/kuryr.conf.sample
|
|
|
|
# Ignore user specific local.conf settings for vagrant
|
|
contrib/vagrant/user_local.conf
|