From f2ac5e78928bf94118b4d4911166a02e8a87d3ea Mon Sep 17 00:00:00 2001 From: Jani Nikula <ext-jani.1.nikula@nokia.com> Date: Thu, 11 Jun 2009 12:21:47 +0300 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@nokia.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3433d7c0d36dc..f3b09fe989efb 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,12 @@ series cscope.* ncscope.* +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + *.orig *~ \#*# -- GitLab