From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwaNJ-0007QQ-Q0 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 07:12:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwaNF-0007OR-AS for qemu-devel@nongnu.org; Wed, 22 Apr 2009 07:12:21 -0400 Received: from [199.232.76.173] (port=37760 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwaNE-0007OI-W5 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 07:12:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51937) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwaNE-0007SX-Ji for qemu-devel@nongnu.org; Wed, 22 Apr 2009 07:12:16 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3MBCGmL028797 for ; Wed, 22 Apr 2009 07:12:16 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3MBCFTB019808 for ; Wed, 22 Apr 2009 07:12:15 -0400 Received: from zweiblum.home.kraxel.org (vpn-10-50.str.redhat.com [10.32.10.50]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3MBC8gG017274 for ; Wed, 22 Apr 2009 07:12:12 -0400 Message-ID: <49EEFB86.5040402@redhat.com> Date: Wed, 22 Apr 2009 13:12:06 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030007020506000802080506" Subject: [Qemu-devel] [PATCH] update .gitignore List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" This is a multi-part message in MIME format. --------------030007020506000802080506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, $subject says all cheers, Gerd --------------030007020506000802080506 Content-Type: text/plain; name="0005-update-.gitignore.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0005-update-.gitignore.patch" >>From 9fcf05c5a8daf9408dc82a2be9c28bdfc079b270 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Apr 2009 12:42:58 +0200 Subject: [PATCH 05/10] update .gitignore add qemu-io. add *~ (editor backup files). Signed-off-by: Gerd Hoffmann --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 773ce51..b750b0e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ qemu-img qemu-nbd qemu-nbd.8 qemu-nbd.pod +qemu-io .gdbinit *.a *.aux @@ -31,6 +32,7 @@ qemu-nbd.pod *.vr *.d *.o +*~ .pc patches pc-bios/bios-pq/status -- 1.6.2.2 --------------030007020506000802080506--