From: Ævar Arnfjörð Bjarmason Date: Sun, 25 Jul 2010 19:52:39 +0000 (+0000) Subject: gitignore: Ignore files generated by "make coverage" X-Git-Tag: v1.7.3-rc0~2^2~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f5e042b9cfdbb972a3ddcabe3b13e5350231751;p=git.git gitignore: Ignore files generated by "make coverage" The "make coverage" support added by Thomas Rast in 901c369af5 didn't contain a corresponding patch to patch .gitignore. Change gitignore to ignore the *.gcda, *.gcno and *.gcov files generated by GCC and our coverage invocations. Signed-off-by: Ævar Arnfjörð Bjarmason Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 14e2b6bde..57f79ef5a 100644 --- a/.gitignore +++ b/.gitignore @@ -181,6 +181,10 @@ *.[aos] *.py[co] .depend/ +*.gcda +*.gcno +*.gcov +/coverage-untested-functions *+ /config.mak /autom4te.cache