diff options
author | Jani Nikula <ext-jani.1.nikula@nokia.com> | 2009-06-11 12:21:47 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-14 22:30:24 +0200 |
commit | f2ac5e78928bf94118b4d4911166a02e8a87d3ea (patch) | |
tree | b5aaef32231ae2835cfaa290bf7d7da3fd686104 /.gitignore | |
parent | a2bb90a08cb3b64dd815d762ffde2312582a6ec9 (diff) |
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@nokia.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3433d7c0d36d..f3b09fe989ef 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,12 @@ series cscope.* ncscope.* +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + *.orig *~ \#*# |