diff mbox

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

Message ID 1368418445-18722-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada May 13, 2013, 4:14 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 .gitignore |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Wolfgang Denk May 13, 2013, 10:18 a.m. UTC | #1
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
Masahiro Yamada May 13, 2013, 10:31 a.m. UTC | #2
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
Tom Rini May 22, 2013, 2:59 p.m. UTC | #3
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!
diff mbox

Patch

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