From 44ca111c2b9cf45491edc99062f89c89060525ae Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 1 May 2026 19:20:23 +0200 Subject: build: Add a 'tags' target for ctags index generation The build will now detect presence of ctags, and allows generating a tags file with 'make tags' for convenience. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43f47a46..b10e8173 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ *# build/ +/tags -- cgit v1.2.3