From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVKLu-000514-VW for qemu-devel@nongnu.org; Mon, 15 Feb 2016 09:42:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVKLr-00017E-Ow for qemu-devel@nongnu.org; Mon, 15 Feb 2016 09:42:14 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:34630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVKLr-000173-Is for qemu-devel@nongnu.org; Mon, 15 Feb 2016 09:42:11 -0500 Received: by mail-wm0-x232.google.com with SMTP id b205so70397123wmb.1 for ; Mon, 15 Feb 2016 06:42:11 -0800 (PST) References: <1454664263-25969-1-git-send-email-famz@redhat.com> <1454664263-25969-12-git-send-email-famz@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1454664263-25969-12-git-send-email-famz@redhat.com> Date: Mon, 15 Feb 2016 14:42:09 +0000 Message-ID: <87twlam3we.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 11/12] .gitignore: Ignore temporary dockerfile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng 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 Fam Zheng writes: > 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 Is this left over from the python bindings called in docker_build? If so can we say so in the commit if we can't persuade the bindings to not clutter up the tree? -- Alex Bennée