2016-05-11 18:01:24 -04:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg*
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
|
|
|
eggs
|
|
|
|
parts
|
|
|
|
bin
|
|
|
|
var
|
|
|
|
sdist
|
|
|
|
develop-eggs
|
|
|
|
.installed.cfg
|
|
|
|
lib64
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
cover
|
2017-03-06 16:30:43 +08:00
|
|
|
cover-master
|
2016-05-11 18:01:24 -04:00
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
.testrepository
|
|
|
|
.venv
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Complexity
|
|
|
|
output/*.html
|
|
|
|
output/*/index.html
|
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
doc/build
|
|
|
|
|
|
|
|
# pbr generates these
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
*~
|
|
|
|
.*.swp
|
|
|
|
.*sw?
|
|
|
|
*.DS_Store
|
|
|
|
|
|
|
|
# Files created by releasenotes build
|
2016-05-22 12:40:04 -05:00
|
|
|
releasenotes/build
|
|
|
|
|
|
|
|
# generated config file
|
2016-06-07 13:12:22 +05:30
|
|
|
etc/zun/zun.conf.sample
|
2016-09-12 11:22:19 +08:00
|
|
|
|
|
|
|
# etcd config file
|
|
|
|
devstack/etcd.override
|