nova/.gitignore
Renier Morales bcb53dfc6a Scope coverage report generation to nova module.
Coverage report generation was not using --include filters.
This resulted in generating a report that included all external
dependencies. Some of these may include problematic characters for
utf8 decoding. In the odd case this was found, coverage would fail
with a UnicodeDecodeError.

Fixes bug #987077.

Change-Id: I276698e65ac1037972209a406058168433cd826b
2012-04-24 07:58:25 -04:00

22 lines
192 B
Plaintext

*.pyc
*.DS_Store
local_settings.py
CA/
keeper
instances
keys
build/*
build-stamp
nova.egg-info
.nova-venv
.venv
.tox
*.sqlite
*.log
*.mo
tools/conf/nova.conf*
cover/*
dist/*
.coverage
covhtml