Skip to content

Is there any way to override the default exclude filters? #3947

Answered by masatake
msellitto asked this question in Q&A
Discussion options

You must be logged in to vote

--exclude-exception is the option for you.

$ cat /tmp/foo.lib 
#!/bin/perl

sub f()
{
}
$ ctags -o - --exclude-exception='*.lib' --map-Perl=+.lib /tmp/foo.lib
f	/tmp/foo.lib	/^sub f()$/;"	s

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@msellitto
Comment options

Answer selected by msellitto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants