The "make coverage" support added by Thomas Rast in 901c369af5 didn't contain a corresponding patch to patch .gitignore. Change gitignore to ignore those. I'm not simply ignoring all *.gcda *.gcno *.gcov since I'd like to be surprised if they start showing up in unexpected places. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- .gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 14e2b6b..f836a45 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,16 @@ *.pdb /Debug/ /Release/ +/*.gcda +/*.gcno +/*.gcov +/builtin/*.gcda +/builtin/*.gcno +/builtin/*.gcov +/xdiff/*.gcda +/xdiff/*.gcno +/xdiff/*.gcov +/compat/*.gcda +/compat/*.gcno +/compat/*.gcov +/coverage-untested-functions -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html