diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-06-18 12:21:41 -0700 |
---|---|---|
committer | Chris Luke <chris_luke@cable.comcast.com> | 2016-06-19 00:48:01 +0000 |
commit | e62c796b2845ceda2391629326d9a9ceedf85ea5 (patch) | |
tree | cd1fb11c554e66a6e405287c8acb5a0282c06572 | |
parent | 693b7026a8da00d4b325f1cde09959d88696b294 (diff) |
gitignore gtags
Change-Id: I0160cdfc8e749f875a232e07526d53a3a7c8395c
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5925c246c52..689d009f056 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,10 @@ test-driver # cscope and ctags /cscope.* /tags +# ggtags +GPATH +GRTAGS +GTAGS # Generated documentation /build-root/docs |