Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to exclude files and directories based on wildignore #72

Closed
wants to merge 2 commits into from

Conversation

maurizi
Copy link

@maurizi maurizi commented Nov 22, 2013

No description provided.

@inkarkat
Copy link
Contributor

Note that this requires ctags support for wildcards (which the version 5.8 Windows binary I'm using doesn't have), as 'wildignore' likely has those, too.

A different approach / alternative might be the easytags_auto_disabled (buffer-local or global) flag introduced by my pull request #83. I use a BufRead autocmd to set this for backup file buffers, to avoid that those are included in the tags file when I open them with Vim. (A :UpdateTags won't consider those (regardless of 'wildignore', as the file pattern doesn't match the list of recognized ctags languages.), anyway.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants