Re: [Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "."

2016-08-08 Thread Fam Zheng
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/dock

Re: [Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "."

2016-08-08 Thread Paolo Bonzini
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? Paolo > Signed-off-by: Fam Zheng > > --- > > Upda

[Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "."

2016-08-07 Thread Fam Zheng
So they don't show up in "ls" command, and don't clutter editor's quick open plugins easily (such as CtrlP of VIM). Signed-off-by: Fam Zheng --- Update .gitignore entry too. --- .gitignore| 2 +- tests/docker/Makefile.include | 2 +- 2 files changed, 2 insertions(+), 2 dele