From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGkwh-0002kI-C0 for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:22:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGkwc-0005vi-DY for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:22:39 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:60852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGkwc-0005vY-4K for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:22:34 -0400 Received: by mail-la0-f52.google.com with SMTP id ev20so4229793lab.39 for ; Tue, 03 Sep 2013 00:22:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1378192006-7052-1-git-send-email-lig.fnst@cn.fujitsu.com> References: <1378192006-7052-1-git-send-email-lig.fnst@cn.fujitsu.com> From: Peter Maydell Date: Tue, 3 Sep 2013 08:22:13 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liguang Cc: Anthony Liguori , qemu-devel , Michael Roth , Stefan Hajnoczi , Cole Robinson , Paolo Bonzini On 3 September 2013 08:06, liguang wrote: > Signed-off-by: liguang > --- > .gitignore | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index d2c5c2f..97d7a2f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -108,4 +108,7 @@ pc-bios/s390-ccw/s390-ccw.img > cscope.* > tags > TAGS > +GTAGS > +GRTAGS > +GPATH > *~ Please do this sort of thing in your local git configuration; if it's not a file that QEMU's own build process produces it shouldn't really be in our .gitignore. (We already have too much in there in my opinion.) Previous discussion on the subject: http://lists.nongnu.org/archive/html/qemu-devel/2013-06/msg01888.html thanks -- PMM