From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVcP-0004Y1-L3 for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:44:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVVcM-0007Ip-Dr for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:44:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVVcM-0007Il-8L for qemu-devel@nongnu.org; Mon, 15 Feb 2016 21:43:58 -0500 Date: Tue, 16 Feb 2016 10:43:54 +0800 From: Fam Zheng Message-ID: <20160216024354.GC18664@ad.usersys.redhat.com> References: <1454664263-25969-1-git-send-email-famz@redhat.com> <1454664263-25969-12-git-send-email-famz@redhat.com> <87twlam3we.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <87twlam3we.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 11/12] .gitignore: Ignore temporary dockerfile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au On Mon, 02/15 14:42, Alex Benn=E9e wrote: >=20 > Fam Zheng writes: >=20 > > Signed-off-by: Fam Zheng > > --- > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitignore b/.gitignore > > index 88a80ff..a335b7b 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -109,3 +109,4 @@ cscope.* > > tags > > TAGS > > *~ > > +/tests/docker/*.docker.tmp >=20 > Is this left over from the python bindings called in docker_build? If s= o > can we say so in the commit if we can't persuade the bindings to not > clutter up the tree? Okay, it has to be in the tree because of the "docker build context". docker_build should remove this file at exit but this is just in case it = fails to. I'll update the commit message. Fam