diff options
author | Eric Blake | 2019-09-12 20:46:07 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-09-19 12:14:04 +0200 |
commit | 5c95975d8d904f09733999bf77a5b67abe1d39e0 (patch) | |
tree | 9adb38e5d926bf1b321c9efdadae61fbf29f00a8 /.gitignore | |
parent | target/m68k/fpu_helper.c: rename the access arguments (diff) | |
download | qemu-5c95975d8d904f09733999bf77a5b67abe1d39e0.tar.gz qemu-5c95975d8d904f09733999bf77a5b67abe1d39e0.tar.xz qemu-5c95975d8d904f09733999bf77a5b67abe1d39e0.zip |
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 |