Closed horvand closed 11 years ago
Would be great if the ErlangTags command had settings/defaults to skip some directories.
ErlangTags
Example: rebar copies the all erl files to the .eunit/ directory when running Eunit tests, and ErlangTags picks up those files, which is embarrassing.
rebar
.eunit/
OK, it's let g:erlang_tags_ignore = '**/.eunit'
let g:erlang_tags_ignore = '**/.eunit'
Would be great if the
ErlangTags
command had settings/defaults to skip some directories.Example:
rebar
copies the all erl files to the.eunit/
directory when running Eunit tests, andErlangTags
picks up those files, which is embarrassing.