Hello,

Related to the updated coverage documentation, perhaps update the ".gitignore" 
to ignore the generated coverage files?
Another possible addition is ignoring "src.lcov", "lib.lcov" and "lcov-html/*" 
- but those file names are not fixed, just the recommended file names in 
HACKING .

-gordon
>From eb54c8adf123481f3231aeb40e1b4ff38288b9af Mon Sep 17 00:00:00 2001
From: Assaf Gordon <[email protected]>
Date: Fri, 14 Dec 2012 13:27:26 -0500
Subject: [PATCH] maint: update gitignore entries

* .gitignore: ignore GCC coverage data files.
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5ce2361..15b77e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,3 +170,5 @@ Makefile.in
 TAGS
 THANKS
 THANKS-to-translators
+*.gcno
+*.gcda
-- 
1.7.7.4

Reply via email to