From 6d8e68373b2b66402fa35cb97def20e9e6127d9f Mon Sep 17 00:00:00 2001 From: "Nikolay (KrivobokovNS)" <KrivobokovNS@mpei.ru> Date: Mon, 5 May 2025 14:29:04 +0300 Subject: [PATCH] =?UTF-8?q?git:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=B8=D0=B3=D0=BD?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba43173 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin +/obj +/Lab1 Files