From: Jeff King Date: Wed, 31 Aug 2016 05:02:53 +0000 (-0400) Subject: diff-highlight: ignore test cruft X-Git-Tag: v2.10.1~42^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9f76e520027d1bbe675d44a951da6f0b3cc3b51e diff-highlight: ignore test cruft These are the same as in the normal t/.gitignore, with the exception of ".prove", as our Makefile does not support it. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/contrib/diff-highlight/t/.gitignore b/contrib/diff-highlight/t/.gitignore new file mode 100644 index 0000000000..7dcbb232cd --- /dev/null +++ b/contrib/diff-highlight/t/.gitignore @@ -0,0 +1,2 @@ +/trash directory* +/test-results