diff options
author | Kai Blin <kai@samba.org> | 2009-08-13 09:40:43 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-08-18 19:53:37 +0200 |
commit | f27bda63cdcbc0c4f8c291d0714b50e18bb316a2 (patch) | |
tree | bcb56526bee0139afbad357e4f6b0046e0d9b9c1 /source4/build | |
parent | 61d4f8be6080d1793040c94b431bd4529e8c6aac (diff) | |
download | samba-f27bda63cdcbc0c4f8c291d0714b50e18bb316a2.tar.gz samba-f27bda63cdcbc0c4f8c291d0714b50e18bb316a2.tar.bz2 samba-f27bda63cdcbc0c4f8c291d0714b50e18bb316a2.zip |
s4 ctags: Stop *_proto.h files from cluttering up the tags
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/make/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index 96b2a1ff8b..d054d87364 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"` |