From de7f9a907ebfca85f2a17846580d35d7fb8ba528 Mon Sep 17 00:00:00 2001 From: "Bob (EremenkoMS)" Date: Sat, 24 May 2025 14:31:22 +0300 Subject: [PATCH] chore: add .gitignore to ignore build files --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d83ebf..91d28bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/bin -/obj -*.layout +main.exe +main.o +project.depend