qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 11/12] .gitignore: Ignore temporary dockerfile


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH 11/12] .gitignore: Ignore temporary dockerfile
Date: Tue, 16 Feb 2016 10:43:54 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, 02/15 14:42, Alex Bennée wrote:
> 
> Fam Zheng <address@hidden> writes:
> 
> > Signed-off-by: Fam Zheng <address@hidden>
> > ---
> >  .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?

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]