From 5622afa5a47a16c8e232fb8fe9d36a85abdac1c4 Mon Sep 17 00:00:00 2001 From: Michal Dulko Date: Thu, 19 Mar 2015 15:20:17 +0100 Subject: [PATCH] Add covhtml to gitignore When creating code coverage report using "./run_tests.sh -c" command a covhtml directory with results is created. This commit adds it to the .gitignore file. Change-Id: I55595d6983c932e6dae0520d70bd90d4973eeb6f --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7aa14ea92..0470fb6e1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ subunit.log *,cover cover +covhtml *.pyc AUTHORS ChangeLog