On 9/12/19 8:46 PM, Eric Blake wrote: > This file is version-controlled, and not generated from a .json file. > > Fixes: bf582c3461b > Reported-by: Thomas Huth <th...@redhat.com>
Good catch! Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index e9bbc006d39e..7de868d1eab4 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -41,6 +41,7 @@ > /qapi/qapi-types-*.[ch] > /qapi/qapi-types.[ch] > /qapi/qapi-visit-*.[ch] > +!/qapi/qapi-visit-core.c > /qapi/qapi-visit.[ch] > /qapi/qapi-doc.texi > /qemu-doc.html >