django_openstack_auth/.gitignore
Mike Hagedorn 2fcf6f569a Add Coverage Reports To DOA
Run coverage reports with `tox -ecover`
Creates xml and html reports like horizon
     * changed html destination to 'reports', like horizon

Closes-Bug: 1470203
Change-Id: I91b96eaf9a50e6d199e08d019ff5519a2e0574d5
2015-07-01 14:28:53 -05:00

15 lines
115 B
Plaintext

*.pyc
*.egg
*.egg-info
*.mo
.DS_STORE
docs/_build
build
dist
.tox
AUTHORS
ChangeLog
.coverage
reports
coverage.xml