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

Ignored files not being ignored? #79

Closed
rafaelrinaldi opened this issue Feb 9, 2017 · 1 comment
Closed

Ignored files not being ignored? #79

rafaelrinaldi opened this issue Feb 9, 2017 · 1 comment

Comments

@rafaelrinaldi
Copy link

Whenever listing folders I still can see files I marked as ignored via wildignore. This is the only config I have:

set wildignore+=.git,.svn
set wildignore+=*.jpe?g,*.bmp,*.gif,*.png
set wildignore+=*.sw?
set wildignore+=.DS_Store
set wildignore+=node_modules

Even though the pattern looks correct from the netrw-ctrl-h output.

Editing Hiding List: ^\.git$,^\.svn$,^.*\.jpe?g$,^.*\.bmp$,^.*\.gif$,^.*\.png$,^.*\.sw?$,^\.DS_Store$,^node_modules$,^\.\.\=/\=$                                  

Am I missing something? Possibly related to #49

@rafaelrinaldi
Copy link
Author

Nevermind, my wildignore was malformed (folders not finishing with a backslash).

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

No branches or pull requests

1 participant