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:
@ -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"`
|
||||
|
||||
|
Reference in New Issue
Block a user