cyborg/.gitignore
chenke 9dcbbb33bc Enable openstack-cover-jobs in zuul check for cyborg
In this U version, Improve UT for important Cyborg module is
an important task.

It is necessary to add openstack-cover-jobs to zuul. This way
we can easily view the unit test coverage of each file.

such as nova:
https://github.com/openstack/nova/blob/master/.zuul.yaml#L374

Change-Id: I854a51a2105628c5e5e9c30282e0f4b259c33ed3
2019-10-24 20:39:54 +08:00

39 lines
488 B
Plaintext

*.pyc
*.tox
*.retry
.coverage
.coveragerc
.coverage.*
.venv
.stestr/
openstack_cyborg.egg-info
dist
build/*
*.DS_Store
ChangeLog
#Autogenerated Documentation
doc/source/_static/cyborg.conf.sample
doc/source/_static/cyborg.policy.yaml.sample
# Sample profile
etc/cyborg/policy.json.sample
etc/cyborg/cyborg.conf.sample
.idea/*
.vscode/*
# Editors
*.sublime-workspace
*.swp
*.swo
doc/source/_static/*.sample
doc/build/*
doc/source/api/*
api-ref/build/*
cover
AUTHORS
Authors
ChangeLog