Git ignore covhtml directory
The covhtml directory is created when tests are run with coverage report flag and it contains HTML files with code coverage: ./run_tests.sh -c This patch adds the covhtml directory to gitignore, so it won't be tracked by the Git (similar ignore has been already introducted in Cinder, Nova and Neutron). Change-Id: I4f06640d893e241bfdec23520271abb20b1dc91d
This commit is contained in:
parent
b6eb01a18f
commit
01d7acb5a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
|||||||
.tox
|
.tox
|
||||||
.coverage*
|
.coverage*
|
||||||
cover/*
|
cover/*
|
||||||
|
covhtml
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
glance.sqlite
|
glance.sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user