2009-06-11 09:22:04

by Jani Nikula

[permalink] [raw]
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 <[email protected]>
---
.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


2009-06-14 20:29:18

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] gitignore: Add GNU GLOBAL files to top .gitignore

On Thu, Jun 11, 2009 at 12:21:47PM +0300, Jani Nikula wrote:
> Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL.

Applied,
Sam