From ed8e68524c9fbbfcbe8e0ef188e14f235af5dfde Mon Sep 17 00:00:00 2001 From: vonopr <vonopr@ya.ru> Date: Fri, 15 Apr 2022 20:34:14 +0300 Subject: [PATCH] Add .gitignore Ignore files generated by Visual Studio. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cf71c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vs +CMakeSettings.json +out +build \ No newline at end of file -- GitLab