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