3d16aeb607
Without this patch, if you use something like ctags, your git status will always show 'tags' in red. Change-Id: I7c6c8d40935fc78dc328a11900797818d6d6f094 Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
78 lines
814 B
Plaintext
78 lines
814 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
|