zun/.gitignore
junboli 9a7d7bfb39 TrivialFix: ignore directory doc/source/_static
When build the docs, the directory doc/source/_static will be
generated, therefore, add this will ignore the directory stuff
at everyone commit

Change-Id: I8ee2b16f6f4fafcb63ce64471e7a3c255637faf7
2017-09-08 18:02:14 +08:00

66 lines
653 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
cover
cover-master
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/source/_static/
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
*.DS_Store
# Files created by releasenotes build
releasenotes/build
# generated config file
etc/zun/zun.conf.sample
# etcd config file
devstack/etcd.override