From patchwork Thu Feb 24 05:34:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 84320 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 41B8BB7176 for ; Thu, 24 Feb 2011 16:36:34 +1100 (EST) Received: from localhost ([127.0.0.1]:38017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsTsN-00056i-E0 for incoming@patchwork.ozlabs.org; Thu, 24 Feb 2011 00:36:31 -0500 Received: from [140.186.70.92] (port=55212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsTr3-0004e5-M2 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 00:35:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsTr1-0005UR-TV for qemu-devel@nongnu.org; Thu, 24 Feb 2011 00:35:09 -0500 Received: from ozlabs.org ([203.10.76.45]:46921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsTr1-0005Tt-E9 for qemu-devel@nongnu.org; Thu, 24 Feb 2011 00:35:07 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 4C250B70E8; Thu, 24 Feb 2011 16:35:02 +1100 (EST) Date: Thu, 24 Feb 2011 16:34:59 +1100 From: David Gibson To: qemu-devel@nongnu.org Message-ID: <20110224053459.GG26300@yookeroo> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 203.10.76.45 Subject: [Qemu-devel] [PATCH] Add TAGS and *~ to .gitignore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- .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 +*~