From d71cfba5d0d6943e3a3e05ca9bf36c26493b798e Mon Sep 17 00:00:00 2001
From: "Daniel (IvanovDA)" <IvanovDanAn@mpei.ru>
Date: Mon, 15 Apr 2024 14:10:33 +0300
Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20?=
 =?UTF-8?q?=D1=82=D0=B8=D0=BF=D0=B0=20.gitignore?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e246088
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/.vs
+/Project2
+/x64
+Project2.vcxproj
+Project2.vcxproj.filters
+Project2.vcxproj.user
\ No newline at end of file