From fd62678a9cf38e3f70efbdd093c1012d448548e1 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sat, 21 Feb 2026 15:57:50 +0100 Subject: Add compile_commands.json generation for clangd support --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 71e00b9..81ff9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ obj/* lib/* bin/* !.gitkeep +compile_commands.json +.cache/ -- cgit v1.2.3