From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEpmc-0001ui-T5 for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEpmT-0004HS-P7 for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:12:50 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:63274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEpmT-0004HO-Ha for qemu-devel@nongnu.org; Tue, 05 Aug 2014 21:12:41 -0400 Received: by mail-pa0-f50.google.com with SMTP id et14so2383974pad.23 for ; Tue, 05 Aug 2014 18:12:40 -0700 (PDT) Message-ID: <53E18108.8000709@gmail.com> Date: Wed, 06 Aug 2014 09:12:40 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1407278346-17427-1-git-send-email-eblake@redhat.com> <1407278346-17427-3-git-send-email-eblake@redhat.com> In-Reply-To: <1407278346-17427-3-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [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: Eric Blake , qemu-devel@nongnu.org Cc: Fam Zheng , Markus Armbruster , Luiz Capitulino Reviewed-by: Wenchao Xia ÔÚ 2014-8-6 6:38, Eric Blake дµÀ: > 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 >