From: Eric Blake Date: Thu, 12 Sep 2019 18:46:07 +0000 (-0500) Subject: build: Don't ignore qapi-visit-core.c X-Git-Tag: v4.2.0-rc0~91^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c95975d8d904f09733999bf77a5b67abe1d39e0;p=thirdparty%2Fqemu.git build: Don't ignore qapi-visit-core.c This file is version-controlled, and not generated from a .json file. Fixes: bf582c3461b Reported-by: Thomas Huth Signed-off-by: Eric Blake Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20190912184607.3507-1-eblake@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/.gitignore b/.gitignore index e9bbc006d39..7de868d1eab 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