From 0bc12e86e485e2cf4fe2a50eed15e4f6edfcb269 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 30 Jan 2026 16:14:37 +0100 Subject: [PATCH] core(git/ignore): adding the gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 4c11786..acc5bce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ build/ *.o +*.a *.d +*.dSYM/ Colleen Grace Sully + +*.swp +.DS_Store + .clangd +.clang-format +compile_commands.json