From 01d7acb5a89c3fd4c89cb69dbad2803eda0c30db Mon Sep 17 00:00:00 2001 From: Kamil Rykowski Date: Thu, 26 Feb 2015 12:50:23 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 82065de4e6..47870aa4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .tox .coverage* cover/* +covhtml nosetests.xml coverage.xml glance.sqlite