mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ctags: Ignore source3/includes/proto.h for tags.
This commit is contained in:
parent
9c3173142d
commit
671d68d573
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user