albfan / nerdtree-git-plugin

A plugin of NERDTree showing git status
15 stars 2 forks source link

Path's like path/ or /path or /path/ do not get hidden #17

Open nkakouros opened 5 years ago

nkakouros commented 5 years ago

I have a .gitignore file:

file1
folder1
/folder2/

folder2 does not get hidden. I changed /folder2/ to folder2 in my .gitignore so this is not an important issue, although the semantics do change.