1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s4 ctags: Stop *_proto.h files from cluttering up the tags

This commit is contained in:
Kai Blin
2009-08-13 09:40:43 +02:00
parent 61d4f8be60
commit f27bda63cd

View File

@ -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"`