[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1244712107-15405-1-git-send-email-ext-jani.1.nikula@nokia.com>
Date: Thu, 11 Jun 2009 12:21:47 +0300
From: Jani Nikula <ext-jani.1.nikula@...ia.com>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org, ext-jani.1.nikula@...ia.com
Subject: [PATCH] gitignore: Add GNU GLOBAL files to top .gitignore
Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL.
Signed-off-by: Jani Nikula <ext-jani.1.nikula@...ia.com>
---
.gitignore | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 51bd99d..2004ef0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,12 @@ series
cscope.*
ncscope.*
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
*.orig
*~
\#*#
--
1.6.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists