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
This commit is contained in:
Michal Dulko 2015-03-19 15:20:17 +01:00
parent e2afc016b2
commit 5622afa5a4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
subunit.log
*,cover
cover
covhtml
*.pyc
AUTHORS
ChangeLog