From d9829f8f043994419df314f46a24c6669063f517 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 13 Jan 2015 16:22:40 +0900 Subject: gitignore: Add GNU GLOBAL files to top .gitignore Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL. Signed-off-by: Jani Nikula Signed-off-by: Sam Ravnborg [ imported from Linux Kernel, commit f2ac5e78928b ] Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b6d1b6708a..fe29da5023 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,11 @@ series cscope.* ncscope.* +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # patches *.patch -- cgit v1.2.3