Ævar Arnfjörð Bjarmason wrote: > The buildin/, xdiff/ and compat/ subdirectories weren't being included > in the gcov aggregation, nor were the files there being cleaned up. [...] > coverage-clean: > - rm -f *.gcda *.gcno > + $(RM) *.gcov *.gcda *.gcno > + $(RM) builtin/*.gcov > + $(RM) builtin/*.gcda > + $(RM) builtin/*.gcno By the same logic, the xdiff and compat directories should also be included here. Maybe also block-sha1? -- Thomas Rast trast@{inf,student}.ethz.ch -- 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