From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXXKG-0001lL-Au for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:20:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXXK9-0007P6-TX for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:20:52 -0400 From: Eric Blake Date: Fri, 26 Sep 2014 09:20:32 -0600 Message-Id: <1411744833-20699-3-git-send-email-eblake@redhat.com> In-Reply-To: <1411744833-20699-1-git-send-email-eblake@redhat.com> References: <1411744833-20699-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v5 2/3] qapi: Ignore files created during make check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Luiz Capitulino , Fam Zheng , Markus Armbruster , wenchaoqemu@gmail.com 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 --- tests/.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.9.3