From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEpoV-0003pm-KB for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEpoN-0004cy-Tn for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:14:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEpoN-0004ch-MU for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:14:39 -0400 From: Eric Blake Date: Tue, 5 Aug 2014 19:14:21 -0600 Message-Id: <1407287673-20308-3-git-send-email-eblake@redhat.com> In-Reply-To: <1407287673-20308-1-git-send-email-eblake@redhat.com> References: <1407287673-20308-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v3 02/14] 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: Fam Zheng , Markus Armbruster , wenchaoqemu@gmail.com, Luiz Capitulino After an in-tree build and run of 'make check-{qapi-schema,unit}', I noticed some leftover files. * tests/.gitignore: Ignore more testsuite droppings. Signed-off-by: Eric Blake --- 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