From 0987464cf99120b6728949496ee41bd14a35b225 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 24 Dec 2022 17:08:15 +0800 Subject: Make it compile with MSVC. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8a8a9e2..d7131fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ cmake-build* +build .code -.idea \ No newline at end of file +.idea +.vs + +CMakeSettings.json \ No newline at end of file -- cgit v1.2.3