On Mon, 08/08 11:03, Paolo Bonzini wrote: > > > On 08/08/2016 08:48, Fam Zheng wrote: > > So they don't show up in "ls" command, and don't clutter editor's quick > > open plugins easily (such as CtrlP of VIM). > > It is also harder to remove it this way though. Perhaps move it into > tests/docker?
That isn't ideal. CtrlP does non-contingous sequence matching on the path name I type in, and the docker directory has many characters that distracts the matching a lot. Any other options you can think of? Fam