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

2016-08-08 Thread Fam Zheng
On Mon, 08/08 14:46, 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). > > Signed-off-by: Fam Zheng Ignore this, I spammed the list with v2 already. Sorry. Fam

[Qemu-devel] [PATCH] 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 --- tests/docker/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile