From b8a322549b9842a9628e25eff31dbc706b182d7c Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Thu, 14 Jan 2021 16:57:20 +0000 Subject: Makefile: add GNU global tags support GNU Global is another tags engine which is more like cscope in being able to support finding both references and definitions. You will be un-surprised to know it also integrates well with Emacs. The main benefit of integrating it into find-src-path is it takes less time to rebuild the database from scratch when you have a lot of build directories under your source tree. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20210114165730.31607-3-alex.bennee@linaro.org> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b32bca1315..75a4be0724 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ cscope.* tags TAGS +GPATH +GRTAGS +GTAGS *~ *.ast_raw *.depend_raw -- cgit v1.2.3-55-g7522