From 83332a62f1413a6d91073d58941a81d50d668a47 Mon Sep 17 00:00:00 2001 From: "Bob (EremenkoMS)" Date: Sun, 25 May 2025 17:30:51 +0300 Subject: [PATCH] =?UTF-8?q?git:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D1=91=D0=BD=20.gitignore,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=BB=D1=8F=20bin,=20obj=20=D0=B8=20=D1=81?= =?UTF-8?q?=D0=BB=D1=83=D0=B6=D0=B5=D0=B1=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91d28bf..fc3cbff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -main.exe -main.o -project.depend +/bin +/obj +/project.depend +*.layout +*.exe +*.o