From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwbvF-0006YO-HJ for qemu-devel@nongnu.org; Wed, 22 Apr 2009 08:51:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwbv9-0006Y4-5z for qemu-devel@nongnu.org; Wed, 22 Apr 2009 08:51:28 -0400 Received: from [199.232.76.173] (port=47210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwbv9-0006Y1-0o for qemu-devel@nongnu.org; Wed, 22 Apr 2009 08:51:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44337) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lwbv8-0005hI-8O for qemu-devel@nongnu.org; Wed, 22 Apr 2009 08:51:22 -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 n3MCpLq1025910 for ; Wed, 22 Apr 2009 08:51:21 -0400 Message-ID: <49EF12BF.5060603@redhat.com> Date: Wed, 22 Apr 2009 14:51:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] update .gitignore References: <49EEFB86.5040402@redhat.com> <49EEFEB7.5080908@redhat.com> <49EF095F.8010206@redhat.com> <49EF0B5D.3000809@redhat.com> In-Reply-To: <49EF0B5D.3000809@redhat.com> Content-Type: multipart/mixed; boundary="------------060000070607070700040806" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: "qemu-devel@nongnu.org" This is a multi-part message in MIME format. --------------060000070607070700040806 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/22/09 14:19, Avi Kivity wrote: > Gerd Hoffmann wrote: >> On 04/22/09 13:25, Avi Kivity wrote: >>> Should be in a user's ~/.gitignore, really, since everyone uses a >>> different editor and they have different backup schemes. >> >> Doesn't work for me. >> Do I need some extra foo to enable that? In ~/.gitconfig maybe? >> > > git config --global core.excludesfile ... Works, thanks. Updated patch attached (exclude qemu-io only). cheers, Gerd --------------060000070607070700040806 Content-Type: text/plain; name="0004-update-.gitignore-add-qemu-io.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0004-update-.gitignore-add-qemu-io.patch" >>From 05f669e2a7500f8b3da6bf00bace99fd309d7a1e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Apr 2009 12:42:58 +0200 Subject: [PATCH 4/5] update .gitignore: add qemu-io Signed-off-by: Gerd Hoffmann --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 773ce51..95a2971 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ qemu-img qemu-nbd qemu-nbd.8 qemu-nbd.pod +qemu-io .gdbinit *.a *.aux -- 1.6.2.2 --------------060000070607070700040806--