[Skiboot] [PATCH] gitignore: Add more types of tags

Russell Currey ruscur at russell.cc
Tue Jun 21 11:31:15 AEST 2016


This covers .tags (and .tags1, etc) as made by Atom, and GTAGS, GRTAGS and
GPATH as made by GNU Global.

Signed-off-by: Russell Currey <ruscur at russell.cc>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2ec341a..3783d7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,12 @@ skiboot*.map
 skiboot.info
 coverage-report/
 extract-gcov
+.tags*
 TAGS
 tags
+GTAGS
+GRTAGS
+GPATH
 cscope.out
 asm/asm-offsets.s
 include/asm-offsets.h
-- 
2.9.0



More information about the Skiboot mailing list