diff options
author | Eric Blake <eblake@redhat.com> | 2019-09-12 13:46:07 -0500 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-09-19 12:14:04 +0200 |
commit | 5c95975d8d904f09733999bf77a5b67abe1d39e0 (patch) | |
tree | 9adb38e5d926bf1b321c9efdadae61fbf29f00a8 /.gitignore | |
parent | 198d7003f109e78444c7296efe03e30f01de18d9 (diff) |
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 <thuth@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190912184607.3507-1-eblake@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e9bbc006d3..7de868d1ea 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 |