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 --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/.gitignore') diff --git a/tests/.gitignore b/tests/.gitignore index 0e64d2c..a325c28 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,5 @@ *.o bin/* !.gitkeep +compile_commands.json +.cache/ -- cgit v1.2.3