]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/Makefile: remove test artifacts upon "make clean"
authorJunio C Hamano <gitster@pobox.com>
Sat, 13 Mar 2010 20:41:20 +0000 (12:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Mar 2010 20:41:20 +0000 (12:41 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile

index bd09390d3208d7eac362cd9cf45f7dde623c4ae6..25c559bb49d04586c69242cd7ef03713f0939e9d 100644 (file)
@@ -27,6 +27,8 @@ pre-clean:
 
 clean:
        $(RM) -r 'trash directory'.* test-results
+       $(RM) t????/cvsroot/CVSROOT/?*
+       $(RM) -r valgrind/bin
 
 aggregate-results-and-cleanup: $(T)
        $(MAKE) aggregate-results