From 934baa3bb14594428427bac31bf98b081c2156e0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 12 Jan 2015 18:19:45 -0800 Subject: Add tools/run_tests/run_lcov.sh This is a tool for collecting coverage reports from our tests and combining them with the open-source tool 'lcov'. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5202b53ad2..192b55fb43 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ deps libs objs *.pyc +*.gcno -- cgit v1.2.3