From 671d68d573e1b39ab816989b6d5bf41da3f56e78 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 17 Nov 2008 16:38:02 +0100 Subject: [PATCH] ctags: Ignore source3/includes/proto.h for tags. --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 60ea4e2cfd3..37c48d4286a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2791,7 +2791,7 @@ etags:: etags --append `find $(srcdir)/../source4/dsdb -name "*.[ch]"` ctags:: - ctags `find $(srcdir)/.. -name "*.[ch]"` + ctags `find $(srcdir)/.. -name "*.[ch]" | grep -v include/proto\.h` realclean:: clean -rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh -- 2.34.1