From db91897560fb4c536fa1892117954c3f8022aec1 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Wed, 10 Jul 2013 13:36:09 +0900 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/