From 04a7a59f7ace725dec4a804ffcbe5bf8884be38d Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 26 Jan 2026 15:52:14 +0100 Subject: [PATCH] core(ignore): adding the a.out executable the a.out --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6bc8536..0870e05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .envrc .direnv/ flake.lock + +a.out