From 9aa2d4a8976b05579507504ee1faa5bf88ff05b4 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 6 Dec 2025 00:21:38 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0acae3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.clang-format +cmake-build +.cache +compile_commands.json