[tarantool-patches] [PATCH v2] build: tags -- Exclude unneeded directories

Cyrill Gorcunov gorcunov at gmail.com
Mon Mar 4 13:09:43 MSK 2019


On Mon, Mar 04, 2019 at 12:57:34PM +0300, Vladimir Davydov wrote:
> > -add_custom_target(tags COMMAND ${CTAGS} -R -f tags
> > +list(APPEND tagsExclude "--exclude=.git/*")
> 
> Great!
> 
> > +list(APPEND tagsExclude "--exclude=.pc/*")
> 
> What's in '.pc'?

quilt uses it to stack data. Guys, maybe we should simply
tag src/ directory only? Or there someone who is using
tags for tests, third party and etc?



More information about the Tarantool-patches mailing list