-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Ignore subdirectories #1203
Comments
@RobertAudi, You can checkout the branch named i1203. It has your request in it. Give it a try, and let me know how it works for you. |
@PhilRunninger I just tried it and it works perfectly. I was going to say it didn't seem to work, but then I modified the pattern. The problem was that unlike Anyway, it works perfectly! |
@RobertAudi could you tell me a scenario where you'd use this in place of the existing tags? I need some inspiration for the help documentation. The reason your pattern didn't work with the let NERDTreeIgnore = ['\\Temp\\cache$[[path]]'] |
@PhilRunninger I sometimes put temp files in Another such example is |
Description
At the moment the
NERDTreeIgnore
allows to ignore files and directories by matching the last path component:nerdtree/lib/nerdtree/path.vim
Line 498 in aaa946f
So the following will not work:
It would be nice if we could specify paths to ignore. Something like that would not change the current behavior (it would just add to it):
The text was updated successfully, but these errors were encountered: