t/helper: ignore everything but sources
commit44103f41971099e907194c65d7040ab0881f2a47
authorStefan Beller <sbeller@google.com>
Tue, 12 Dec 2017 20:56:06 +0000 (12 12:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Dec 2017 21:02:54 +0000 (12 13:02 -0800)
tree8f6d4f46ed904c62d14d5b258fbe0a9d83f0c494
parent3013dff8662eae06457fe6e5348dfe2270810ab2
t/helper: ignore everything but sources

Compiled test helpers in t/helper are out of sync with the .gitignore
files quite frequently. This can happen when new test helpers are added,
but the explicit .gitignore file is not updated in the same commit, or
when you forget to 'make clean' before checking out a different version
of git, as the different version may have a different explicit list of
test helpers to ignore.

Fix this by having an overly broad ignore pattern in that directory:
Anything, except C and shell source, will be ignored.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/.gitignore