gitignore: Ignore GNU Global's tag files
GNU Global creates a few files at the root dir. Ignore them all. Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
This commit is contained in:
parent
87d177a6fb
commit
e1e12ba0c6
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -43,3 +43,8 @@ tags
|
|||
|
||||
# Disables the warning about the changed behavior for Kconfig defaults
|
||||
hide-defaults-note
|
||||
|
||||
# Tag files
|
||||
GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
|
|
Loading…
Reference in a new issue