From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hidetoshi Seto Subject: [PATCH] Add QMP/qmp-commands.txt to .gitignore Date: Thu, 01 Jul 2010 12:30:23 +0900 Message-ID: <4C2C0BCF.7010507@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: aurelien@aurel32.net, avi@redhat.com, kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:53080 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752297Ab0GADbN (ORCPT ); Wed, 30 Jun 2010 23:31:13 -0400 Received: from m2.gw.fujitsu.co.jp ([10.0.50.72]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o613VBlA009311 for (envelope-from seto.hidetoshi@jp.fujitsu.com); Thu, 1 Jul 2010 12:31:11 +0900 Received: from smail (m2 [127.0.0.1]) by outgoing.m2.gw.fujitsu.co.jp (Postfix) with ESMTP id 0928345DE6A for ; Thu, 1 Jul 2010 12:31:11 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (s2.gw.fujitsu.co.jp [10.0.50.92]) by m2.gw.fujitsu.co.jp (Postfix) with ESMTP id C9FD745DE63 for ; Thu, 1 Jul 2010 12:31:10 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id 2A16DE08007 for ; Thu, 1 Jul 2010 12:31:10 +0900 (JST) Received: from m105.s.css.fujitsu.com (m105.s.css.fujitsu.com [10.249.87.105]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id C95A6E08002 for ; Thu, 1 Jul 2010 12:31:09 +0900 (JST) Sender: kvm-owner@vger.kernel.org List-ID: QMP/qmp-commands.txt is a generated file. Signed-off-by: Hidetoshi Seto --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ce66ed5..a32b7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-monitor.texi +QMP/qmp-commands.txt .gdbinit *.a *.aux -- 1.7.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52776 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUAUf-0007yS-4D for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUAUd-0000Mk-N9 for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:31:17 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:53081) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUAUd-0000Mc-6n for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:31:15 -0400 Received: from m2.gw.fujitsu.co.jp ([10.0.50.72]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o613VBK6009310 for (envelope-from seto.hidetoshi@jp.fujitsu.com); Thu, 1 Jul 2010 12:31:11 +0900 Received: from smail (m2 [127.0.0.1]) by outgoing.m2.gw.fujitsu.co.jp (Postfix) with ESMTP id 0663145DE4F for ; Thu, 1 Jul 2010 12:31:11 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (s2.gw.fujitsu.co.jp [10.0.50.92]) by m2.gw.fujitsu.co.jp (Postfix) with ESMTP id C9E9845DE62 for ; Thu, 1 Jul 2010 12:31:10 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id 267E5E08006 for ; Thu, 1 Jul 2010 12:31:10 +0900 (JST) Received: from m105.s.css.fujitsu.com (m105.s.css.fujitsu.com [10.249.87.105]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id C973FE08004 for ; Thu, 1 Jul 2010 12:31:09 +0900 (JST) Message-ID: <4C2C0BCF.7010507@jp.fujitsu.com> Date: Thu, 01 Jul 2010 12:30:23 +0900 From: Hidetoshi Seto MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] Add QMP/qmp-commands.txt to .gitignore List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: avi@redhat.com, aurelien@aurel32.net, kvm@vger.kernel.org QMP/qmp-commands.txt is a generated file. Signed-off-by: Hidetoshi Seto --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ce66ed5..a32b7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-monitor.texi +QMP/qmp-commands.txt .gdbinit *.a *.aux -- 1.7.0