1
0
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:
Kai Blin 2008-11-17 16:38:02 +01:00
parent 9c3173142d
commit 671d68d573

View File

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