On Fri, 09/08 15:12, Alex Bennée wrote: > > Fam Zheng <f...@redhat.com> writes: > > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > .gitignore | 1 + > > tests/.gitignore | 1 + > > 2 files changed, 2 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index cf65316863..40acfcb9e2 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -52,6 +52,7 @@ > > /vscclient > > /vhost-user-scsi > > /fsdev/virtfs-proxy-helper > > +*.tmp > > I'm not sure we should be dumping anything in the rootdir, .gitignored > or not.
It used to be /tests/vm/*.tmp but Philippe asked for a generic rule in previous reviewing. I think it makes sense, we can also unify the docker-src.* pattern by making the directory names to have a .tmp suffix later. Fam