Message ID | 1454664263-25969-12-git-send-email-famz@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Fam Zheng <famz@redhat.com> writes: > Signed-off-by: Fam Zheng <famz@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? -- Alex Bennée
On Mon, 02/15 14:42, Alex Bennée wrote: > > Fam Zheng <famz@redhat.com> writes: > > > Signed-off-by: Fam Zheng <famz@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
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
Signed-off-by: Fam Zheng <famz@redhat.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)