2cb2f6a049
- update grpcio in requirements.txt - update cffi, greenlet and grpcio in l-c to avoid problems when trying to build the wheels. - adds .stestr to gitignore Change-Id: Id2d1c3ea60c33803a35082b9064ccba982b014a7
78 lines
818 B
Plaintext
78 lines
818 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
|
|
.stestr
|
|
|
|
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
|
|
|
|
# editor tags dir
|
|
tags
|