From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWgfv-0001EV-Hy for qemu-devel@nongnu.org; Mon, 08 Aug 2016 05:16:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWgfq-00021X-LU for qemu-devel@nongnu.org; Mon, 08 Aug 2016 05:16:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWgfq-00021Q-FU for qemu-devel@nongnu.org; Mon, 08 Aug 2016 05:16:42 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 298868E3E5 for ; Mon, 8 Aug 2016 09:16:42 +0000 (UTC) Date: Mon, 8 Aug 2016 17:09:40 +0800 From: Fam Zheng Message-ID: <20160808090940.GC24378@al.usersys.redhat.com> References: <1470638884-22528-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "." List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org 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