From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsXNv-00020X-1Y for qemu-devel@nongnu.org; Thu, 24 Feb 2011 04:21:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsXNs-0004r6-SH for qemu-devel@nongnu.org; Thu, 24 Feb 2011 04:21:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsXNs-0004qq-Im for qemu-devel@nongnu.org; Thu, 24 Feb 2011 04:21:16 -0500 From: Juan Quintela In-Reply-To: <20110224053459.GG26300@yookeroo> (David Gibson's message of "Thu, 24 Feb 2011 16:34:59 +1100") References: <20110224053459.GG26300@yookeroo> Date: Thu, 24 Feb 2011 10:19:45 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH] Add TAGS and *~ to .gitignore Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org David Gibson wrote: > Add the etags output generated by "make TAGS" and editor backup files > to .gitignore. > > This patch has previously appeared in my series of patches to add > pSeries emulation support. However, it obviously has no real > connection to that, and can be applied seperately. > > Please apply. > > Signed-off-by: David Gibson Reviewed-by: Juan Quintela O:-) > --- > .gitignore | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 26703e1..1d79680 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw > .stgit-* > cscope.* > tags > +TAGS > +*~ > -- > 1.7.1