From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGkis-0004Yf-UK for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:08:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGkio-0001ma-Cj for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:08:22 -0400 Received: from [222.73.24.84] (port=5630 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGkio-0001mS-0k for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:08:18 -0400 From: liguang Date: Tue, 3 Sep 2013 15:06:46 +0800 Message-Id: <1378192006-7052-1-git-send-email-lig.fnst@cn.fujitsu.com> Subject: [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Anthony Liguori , Michael Roth , Stefan Hajnoczi , Cole Robinson , Paolo Bonzini , liguang 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 *~ -- 1.7.2.5