Bridge between container framework networking and storage models to OpenStack networking and storage abstractions.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
697 B
64 lines
697 B
*.py[cod] |
|
|
|
# C extensions |
|
*.so |
|
|
|
# Packages |
|
*.egg |
|
*.egg-info |
|
dist |
|
build |
|
eggs |
|
parts |
|
bin |
|
var |
|
sdist |
|
develop-eggs |
|
lib64 |
|
cover |
|
|
|
# Installer logs |
|
pip-log.txt |
|
|
|
# Unit test / coverage reports |
|
nosetests.xml |
|
|
|
# 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 |
|
!/.stestr.conf |
|
!/.testr.conf |
|
|
|
contrib/vagrant/.vagrant |
|
|
|
# Configuration files |
|
etc/kuryr.conf |
|
etc/kuryr.conf.sample |
|
|
|
# Ignore user specific local.conf settings for vagrant |
|
contrib/vagrant/user_local.conf |
|
|
|
# Files created by releasenotes build |
|
releasenotes/build
|
|
|