diff options
author | Jeff King <peff@peff.net> | 2016-08-31 01:02:53 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-31 09:58:27 -0700 |
commit | 9f76e520027d1bbe675d44a951da6f0b3cc3b51e (patch) | |
tree | b9535429fdda22a5d05ee6a9c58dd02ada4b9519 /contrib | |
parent | 7e4ffb4c1778c725db3db116f016ef2ad1c6d218 (diff) | |
download | git-9f76e520027d1bbe675d44a951da6f0b3cc3b51e.tar.gz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/diff-highlight/t/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |