From 9411687d9abd27d95cb127b8aadcfe2f3eedf54f Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 30 Jan 2026 17:04:45 +0100 Subject: [PATCH] core(git/ignore): adding the executable --- .gitignore | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acc5bce..8213cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,13 +3,23 @@ build/ *.a *.d *.dSYM/ -Colleen -Grace -Sully + +/Colleen/Colleen +/Grace/Grace +/Sully/Sully + +Colleen_kid.c +Grace_kid.c +Sully_*.c +Sully_* *.swp +*~ .DS_Store +.idea/ +.vscode/ +# Clang tools .clangd .clang-format compile_commands.json