From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEnO9-0001lW-Gk for qemu-devel@nongnu.org; Tue, 05 Aug 2014 18:39:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEnNx-0004pq-VI for qemu-devel@nongnu.org; Tue, 05 Aug 2014 18:39:25 -0400 Received: from qmta15.emeryville.ca.mail.comcast.net ([2001:558:fe2d:44:76:96:27:228]:41554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEnNx-0004p8-N1 for qemu-devel@nongnu.org; Tue, 05 Aug 2014 18:39:13 -0400 From: Eric Blake Date: Tue, 5 Aug 2014 16:38:54 -0600 Message-Id: <1407278346-17427-3-git-send-email-eblake@redhat.com> In-Reply-To: <1407278346-17427-1-git-send-email-eblake@redhat.com> References: <1407278346-17427-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v2 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