[PATCH] gitignore: Add GNU GLOBAL files to top .gitignore

From: Jani Nikula
Date: Thu Jun 11 2009 - 05:22:08 EST


Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL.

Signed-off-by: Jani Nikula <ext-jani.1.nikula@xxxxxxxxx>
---
.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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/