diff options
author | Masahiro Yamada | 2013-05-12 18:14:05 +0000 |
---|---|---|
committer | Tom Rini | 2013-05-17 17:04:39 -0400 |
commit | 1dbdc76c176c50e92bfa540e01aadd62f7231898 (patch) | |
tree | 94fa59c480ec04e60affe63b3164ce494a75b7d3 /.gitignore | |
parent | 5e5745465c94605720295fab942eacbdd215db90 (diff) |
.gitignore: add GNU GLOBAL files
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ed212032b4d..41164483ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -79,5 +79,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais |