b0e1ded370
This patch is originally an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for the next given cycle (this time yoga). However there was an error during the patch generation as a gitignore rule excludes all hidden directory. This patch is now removes the general hidden directory ignore rule, too, to avoid such errors in the future. Change-Id: I3341f08a7f331fb8b97b2d75106eefcec9b2d5d7
77 lines
810 B
Plaintext
77 lines
810 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
|
|
|
|
# editor tags dir
|
|
tags
|