From ab4ab0495712b7f55daadf80f63d79dcee6b09f3 Mon Sep 17 00:00:00 2001 From: sirlilpanda <33928689+sirlilpanda@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:41:12 +1200 Subject: [PATCH] ignoring a.out and a.exe --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 33773ba..e2f4eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ nob.exe* nob +a.out +a.exe temp.txt build/ \ No newline at end of file