From: Ryota MIBU Date: Wed, 10 Jul 2013 04:36:09 +0000 (+0900) Subject: Add cover/ to .gitignore X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=db91897560fb4c536fa1892117954c3f8022aec1;p=openstack-build%2Fneutron-build.git Add cover/ to .gitignore When we run "tox -e cover" to generate coverage report, testr will make "cover" directory which contains the same html in "covhtml" made by "./run_test.sh --coverage". So, make git ignore this directory. Change-Id: I829667a1ceb55418a5695545ad543a53f63821ba --- diff --git a/.gitignore b/.gitignore index 45ab0b328..a0463a92c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ AUTHORS build/* build-stamp ChangeLog +cover/ .coverage covhtml/ dist/