From 97d61eac5a98633a47908c01fb878de387113324 Mon Sep 17 00:00:00 2001 From: h3ll Date: Wed, 5 Nov 2025 00:19:07 +0200 Subject: [PATCH] fixed(.gitignore): compile-commands.json typo to compile_commands.json Signed-off-by: Lorenzo Torres --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a63ba5..3fe3d16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ **/*.o .clang-format -compile-commands.json +compile_commands.json topaz .cache **/*.BAK