From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52899 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psffk-0003Un-TT for qemu-devel@nongnu.org; Thu, 24 Feb 2011 13:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psffj-0007jj-Gm for qemu-devel@nongnu.org; Thu, 24 Feb 2011 13:12:16 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:50596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psffj-0007jU-ER for qemu-devel@nongnu.org; Thu, 24 Feb 2011 13:12:15 -0500 Received: by vws19 with SMTP id 19so729199vws.4 for ; Thu, 24 Feb 2011 10:12:15 -0800 (PST) Message-ID: <4D669F22.4040300@codemonkey.ws> Date: Thu, 24 Feb 2011 12:10:42 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add TAGS and *~ to .gitignore References: <20110224053459.GG26300@yookeroo> In-Reply-To: <20110224053459.GG26300@yookeroo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 02/23/2011 11:34 PM, 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 > Applied. Thanks. Regards, Anthony Liguori > --- > .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 > +*~ >