From b1a4e606feb4d904a1e29884a1d55f0f89bd46c8 Mon Sep 17 00:00:00 2001 From: Russell Currey Date: Tue, 21 Jun 2016 11:31:15 +1000 Subject: gitignore: Add more types of tags 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 Signed-off-by: Stewart Smith --- .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 -- cgit v1.1