diff options
author | Alex Bennée | 2021-01-14 17:57:20 +0100 |
---|---|---|
committer | Alex Bennée | 2021-01-18 11:04:31 +0100 |
commit | b8a322549b9842a9628e25eff31dbc706b182d7c (patch) | |
tree | 62bc8377bed0e8a26f1be641cd3ab131dee3d4b0 /.gitignore | |
parent | tests/docker: Remove Debian 9 remnant lines (diff) | |
download | qemu-b8a322549b9842a9628e25eff31dbc706b182d7c.tar.gz qemu-b8a322549b9842a9628e25eff31dbc706b182d7c.tar.xz qemu-b8a322549b9842a9628e25eff31dbc706b182d7c.zip |
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210114165730.31607-3-alex.bennee@linaro.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |