Open
Description
Hi,
I believe that the below in ~/.ctags used to work:
--exclude=dir1/dir2/common
But it is not working any more as of the latest build of today (My last ctags build was roughly 3 months back. So unfortunately that will not help in debugging this).
If I change that to
--exclude=common
it works. But the side-effect is that all common/ directories will be excluded, which I don't want.
Example:
I have these directory structures:
dir1/dir2/common
dir1/dir3/common
How can I exclude only dir1/dir2/common?
Thanks.