From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUMSb-0000p1-GZ for qemu-devel@nongnu.org; Thu, 01 Jul 2010 12:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUMSS-00006N-Hj for qemu-devel@nongnu.org; Thu, 01 Jul 2010 12:17:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17950) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUMSS-000068-Ao for qemu-devel@nongnu.org; Thu, 01 Jul 2010 12:17:48 -0400 Date: Thu, 1 Jul 2010 12:53:43 -0300 From: Marcelo Tosatti Message-ID: <20100701155343.GC23469@amt.cnet> References: <4C2C0C04.40305@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C2C0C04.40305@jp.fujitsu.com> Subject: [Qemu-devel] Re: [PATCH] Add vapic.bin to .gitignore List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hidetoshi Seto Cc: aurelien@aurel32.net, avi@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org On Thu, Jul 01, 2010 at 12:31:16PM +0900, Hidetoshi Seto wrote: > # This patch is for qemu-kvm.git > > The vapic.bin is a generated binary file. > > Signed-off-by: Hidetoshi Seto > --- > .gitignore | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks.