From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzaEW-0000J4-Sg for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzaEN-0003BT-Km for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:36 -0400 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]:34488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzaEN-0003BH-F4 for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:27 -0400 Received: by mail-pb0-f48.google.com with SMTP id rq2so861069pbb.35 for ; Tue, 24 Jun 2014 16:34:26 -0700 (PDT) From: Wenchao Xia Date: Tue, 24 Jun 2014 16:33:58 -0700 Message-Id: <1403652840-13449-4-git-send-email-wenchaoqemu@gmail.com> In-Reply-To: <1403652840-13449-1-git-send-email-wenchaoqemu@gmail.com> References: <1403652840-13449-1-git-send-email-wenchaoqemu@gmail.com> Subject: [Qemu-devel] [PATCH FOR 2.1 3/5] qapi: ignore generated event files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com, Wenchao Xia , lcapitulino@redhat.com Signed-off-by: Wenchao Xia --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index c658613..2286d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ /qapi-generated /qapi-types.[ch] /qapi-visit.[ch] +/qapi-event.[ch] /qmp-commands.h /qmp-marshal.c /qemu-doc.html -- 1.7.1