From f27bda63cdcbc0c4f8c291d0714b50e18bb316a2 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 13 Aug 2009 09:40:43 +0200 Subject: [PATCH] s4 ctags: Stop *_proto.h files from cluttering up the tags --- source4/build/make/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index 96b2a1ff8ba2..d054d8736475 100644 --- a/source4/build/make/rules.mk +++ b/source4/build/make/rules.mk @@ -188,5 +188,5 @@ etags: etags $(ETAGS_OPTIONS) `find $(base_srcdirs) -name "*.[ch]"` ctags: - ctags $(CTAGS_OPTIONS) `find $(base_srcdirs) -name "*.[ch]"` + ctags $(CTAGS_OPTIONS) `find $(base_srcdirs) -name "*.[ch]" | grep -v "_proto\.h"` -- 2.34.1