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:
Kamil Rykowski 2015-02-26 12:50:23 +01:00
parent b6eb01a18f
commit 01d7acb5a8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.tox
.coverage*
cover/*
covhtml
nosetests.xml
coverage.xml
glance.sqlite