From: Kai Blin Date: Mon, 17 Nov 2008 15:38:02 +0000 (+0100) Subject: ctags: Ignore source3/includes/proto.h for tags. X-Git-Tag: samba-4.0.0alpha6~480^2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=671d68d573e1b39ab816989b6d5bf41da3f56e78;p=thirdparty%2Fsamba.git ctags: Ignore source3/includes/proto.h for tags. --- 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