Running "make clean" from the top-level after running perf tests left t/perf/test-results/ directory and tons of files in it. At least "make distclean" should turn things back to pristine state. Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> --- * Perhaps I am missing some reason why this was deliberately left out when we added t/perf/Makefile that does have the clean target? Cc'ing the suspects found by "shortlog t/perf". t/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile b/t/Makefile index 18e2b28..e0aef9a 100644 --- a/t/Makefile +++ b/t/Makefile @@ -48,6 +48,7 @@ pre-clean: clean-except-prove-cache: $(RM) -r 'trash directory'.* '$(TEST_RESULTS_DIRECTORY_SQ)' $(RM) -r valgrind/bin + cd perf && $(MAKE) clean clean: clean-except-prove-cache $(RM) .prove -- 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