Skip to content

Commit f2ac5e7

Browse files
Jani Nikulasravnborg
authored andcommitted
gitignore: Add GNU GLOBAL files to top .gitignore
Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL. Signed-off-by: Jani Nikula <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent a2bb90a commit f2ac5e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ series
6363
cscope.*
6464
ncscope.*
6565

66+
# gnu global files
67+
GPATH
68+
GRTAGS
69+
GSYMS
70+
GTAGS
71+
6672
*.orig
6773
*~
6874
\#*#

0 commit comments

Comments
 (0)