[U-Boot] [PATCH] .gitignore: add GNU GLOBAL files

Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore index ed21203..4116448 100644 --- a/.gitignore +++ b/.gitignore @@ -79,5 +79,11 @@ cscope.* /ctags /etags
+# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais

Dear Masahiro Yamada,
In message 1368418445-18722-1-git-send-email-yamada.m@jp.panasonic.com you wrote:
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
.gitignore | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore index ed21203..4116448 100644 --- a/.gitignore +++ b/.gitignore @@ -79,5 +79,11 @@ cscope.* /ctags /etags
+# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS
Please excuse my ignorance - but which tool would create such files?
Best regards,
Wolfgang Denk

Hi, Wolfgang Denk.
Please excuse my ignorance - but which tool would create such files?
GNU GLOBAL creates them. Please refer to http://www.gnu.org/software/global/
Please see Linux Kernel topleve .gitignore too. The following lines are included.
+# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS
Best Regards Masahiro Yamada

On Sun, May 12, 2013 at 06:14:05PM -0000, Masahiro Yamada wrote:
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Applied to u-boot/master, thanks!
participants (3)
-
Masahiro Yamada
-
Tom Rini
-
Wolfgang Denk