Skip to content

Commit

Permalink
gitignore: Add GNU GLOBAL files to top .gitignore
Browse files Browse the repository at this point in the history
Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL.

Signed-off-by: Jani Nikula <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Jani Nikula authored and sravnborg committed Jun 14, 2009
1 parent a2bb90a commit f2ac5e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ series
cscope.*
ncscope.*

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

*.orig
*~
\#*#

0 comments on commit f2ac5e7

Please sign in to comment.