From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePiO-0004Eq-NP for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:15:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aePiJ-0005ha-LF for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:15:00 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePiJ-0005hW-Ek for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:14:55 -0500 Received: by mail-wm0-x229.google.com with SMTP id p65so23851066wmp.0 for ; Fri, 11 Mar 2016 08:14:55 -0800 (PST) References: <1457086720-30391-1-git-send-email-famz@redhat.com> <1457086720-30391-13-git-send-email-famz@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1457086720-30391-13-git-send-email-famz@redhat.com> Date: Fri, 11 Mar 2016 16:14:53 +0000 Message-ID: <87h9gdt2iq.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 12/13] .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: > Docker build requires a "context" directory and we use the > $QEMU_SRC/tests/docker/ directory, and the temoprary dockerfile has to be in > the context. > > docker_build normally cleans up this file but let's add an entry here just in > case it fails to. I think the need for this will go away if you use python's tempfile. > > 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 -- Alex Bennée