vim-erlang / vim-erlang-tags

Generate Vim tags for Erlang files
https://vim-erlang.github.io
Other
61 stars 23 forks source link

Could `ErlangTags` skip some directories? #7

Closed horvand closed 11 years ago

horvand commented 11 years ago

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, and ErlangTags picks up those files, which is embarrassing.

horvand commented 11 years ago

OK, it's let g:erlang_tags_ignore = '**/.eunit'