From 724e66110605cd39063704a8825ca33505a25325 Mon Sep 17 00:00:00 2001 From: "Emilia(SleepeeSoftware)" Date: Wed, 4 Mar 2026 04:15:25 +0100 Subject: [PATCH] updated gitignore for .exe and .out --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 92aef57..ff9ec9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ./build ./obj -#.exe +*.exe +*.out