From ce528d4f40fdf119a14eecefd183f98872cab70c Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Mon, 14 Feb 2011 12:28:34 +0000 Subject: [PATCH] gitignore: Ignore GNU global files Add GPATH, GRTAGS and GTAGS which are tag files generated by GNU global. Signed-off-by: Matt Fleming Signed-off-by: H. Peter Anvin --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cece7b5..aa9a70e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,6 @@ /utils/mkdiskimage /version.h /version.mk +*GPATH +*GRTAGS +*GTAGS -- 2.7.4