On Fri, 09/01 17:32, Philippe Mathieu-Daudé wrote: > On 08/31/2017 03:42 AM, Fam Zheng wrote: > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> > > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > .gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index cf65316863..643e23e515 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -52,6 +52,8 @@ > > /vscclient > > /vhost-user-scsi > > /fsdev/virtfs-proxy-helper > > +/tests/vm/*.img > > There is a tests/.gitignore, isn't it cleaner to add vm/*.img there?
Yes, probably. Fam > > > +*.tmp > > *.[1-9] > > *.a > > *.aux > > >