aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2013-01-06 16:58:13 +0000
committerJunio C Hamano <gitster@pobox.com>2013-01-06 14:26:38 -0800
commit368aa52952deb631b38a89837c4abbb00c5261c1 (patch)
tree9f0095b883dc642e36ec9306bfd7d07f1ed7c474 /Makefile
parent1794e6e0972bec862a29b637e4c4262fa76e97a8 (diff)
downloadgit-368aa52952deb631b38a89837c4abbb00c5261c1.tar.gz
git-368aa52952deb631b38a89837c4abbb00c5261c1.tar.xz
add git-check-ignore sub-command
This works in a similar manner to git-check-attr. Thanks to Jeff King and Junio C Hamano for the idea: http://thread.gmane.org/gmane.comp.version-control.git/108671/focus=108815 Signed-off-by: Adam Spiers <git@adamspiers.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 48facad01..8476fc87e 100644
--- a/Makefile
+++ b/Makefile
@@ -822,6 +822,7 @@ BUILTIN_OBJS += builtin/branch.o
BUILTIN_OBJS += builtin/bundle.o
BUILTIN_OBJS += builtin/cat-file.o
BUILTIN_OBJS += builtin/check-attr.o
+BUILTIN_OBJS += builtin/check-ignore.o
BUILTIN_OBJS += builtin/check-ref-format.o
BUILTIN_OBJS += builtin/checkout-index.o
BUILTIN_OBJS += builtin/checkout.o