From c7e089515a6757f0a6f85fbf0dd05cd45b8f0090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=91=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=85=D1=82=D0=B8=D0=BD?= Date: Sat, 3 Jun 2023 16:40:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20'gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b45582..8103628 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .idea + cmake-buid-debug + # Executables -*.exe \ No newline at end of file +*.exe +Debug \ No newline at end of file