What is the setting used in .vimrc to make the netrw directory listing ignore/hide certain file types?
set wildignore=*.obj,*.exe
only seems to work for tab completion.
Within netrw, you can ctrl-g
to edit the hiding list, but that only lasts for that session.