zun/.gitignore
Feng Shengqin c4ea7ededf Setup coverage job in gate
* checkout one commit before the latest and check coverage
* check coverage with the latest commit
* all new lines must be tested

This functionallity essentially compares the current change
with the master branch, since the coverage job runs always
for only one change.

Change-Id: I902f209b87656cca9746a3536cff03b58c7e4222
Closes-Bug: #1670199
2017-03-07 08:47:37 +08:00

66 lines
644 B
Plaintext

*.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
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
# 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