From: Eric Blake Date: Fri, 26 Sep 2014 15:20:32 +0000 (-0600) Subject: qapi: Ignore files created during make check X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~547^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=597db727cc9dfeace19faed49014dbcda8a1a8fd;p=sdk%2Femulator%2Fqemu.git qapi: Ignore files created during make check After an in-tree build and run of 'make check-{qapi-schema,unit}', I noticed some leftover files. Signed-off-by: Eric Blake Reviewed-by: Wenchao Xia Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- diff --git a/tests/.gitignore b/tests/.gitignore index c71c110..e2e4957 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -14,11 +14,14 @@ test-int128 test-iov test-mul64 test-opts-visitor +test-qapi-event.[ch] test-qapi-types.[ch] test-qapi-visit.[ch] test-qdev-global-props +test-qemu-opts test-qmp-commands test-qmp-commands.h +test-qmp-event test-qmp-input-strict test-qmp-input-visitor test-qmp-marshal.c