From aebe71fec221451d29fa5be1338f6cc30d9064e3 Mon Sep 17 00:00:00 2001 From: h3ll Date: Mon, 3 Nov 2025 18:19:08 +0200 Subject: [PATCH] added: llvm tooling configuration to .gitignore Signed-off-by: Lorenzo Torres --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cc54326..63f4256 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ **/*.o +.clang-format +compile-commands.json topaz