From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hidetoshi Seto Subject: [PATCH] QEMU: Update .gitignore Date: Mon, 21 Jun 2010 18:14:17 +0900 Message-ID: <4C1F2D69.3090000@jp.fujitsu.com> References: <4C1EF79D.1060105@jp.fujitsu.com> <4C1F209D.2000101@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: Avi Kivity , kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:54121 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756765Ab0FUJO6 (ORCPT ); Mon, 21 Jun 2010 05:14:58 -0400 Received: from m2.gw.fujitsu.co.jp ([10.0.50.72]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o5L9EuCN028579 for (envelope-from seto.hidetoshi@jp.fujitsu.com); Mon, 21 Jun 2010 18:14:56 +0900 Received: from smail (m2 [127.0.0.1]) by outgoing.m2.gw.fujitsu.co.jp (Postfix) with ESMTP id 4D53445DE55 for ; Mon, 21 Jun 2010 18:14:56 +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 2BBD145DE4E for ; Mon, 21 Jun 2010 18:14:56 +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 19B2B1DB803E for ; Mon, 21 Jun 2010 18:14:56 +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 C819B1DB803A for ; Mon, 21 Jun 2010 18:14:52 +0900 (JST) In-Reply-To: <4C1F209D.2000101@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: (2010/06/21 17:19), Avi Kivity wrote: > On 06/21/2010 08:24 AM, Hidetoshi Seto wrote: >> I think some people have noticed that: >> >>> $ ./configure >>> $ make >>> $ git status >>> # On branch master >>> # Untracked files: >>> # (use "git add ..." to include in what will be committed) >>> # >>> # QMP/qmp-commands.txt >>> # libdis-user/ >>> # libdis/ >>> # pc-bios/optionrom/vapic.bin >>> nothing added to commit but untracked files present (use "git add" to track) >>> >> Please consider applying this patch to qemu-kvm.git. > > This is equally applicable to qemu.git, so please sent it to the qemu > mailing list, qemu-devel@nongnu.org. Thanks for your advice, Avi. Now this mail is sent to qemu ML, w/ above quotes as short history. Could someone pick this up? Thanks, H.Seto ===== Subject: [PATCH] QEMU: Update .gitignore Add some files/directories to .gitignore - vapic.bin A generated binary file. - libdis/ and libdis-user/ These are directories generated by ./configure. - QMP/qmp-commands.txt A generated text. Signed-off-by: Hidetoshi Seto --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2d7f439..fa4f241 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ config-target.* libhw32 libhw64 libuser +libdis +libdis-user qemu-doc.html qemu-tech.html qemu-doc.info @@ -26,6 +28,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-monitor.texi +QMP/qmp-commands.txt .gdbinit *.a *.aux @@ -50,4 +53,5 @@ pc-bios/optionrom/linuxboot.bin pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw pc-bios/optionrom/extboot.bin +pc-bios/optionrom/vapic.bin .stgit-* -- 1.7.0