From de45aecda61427da7ee0e0d1e70addbf241ffb83 Mon Sep 17 00:00:00 2001 From: weil Date: Mon, 29 Jan 2024 10:53:33 +0100 Subject: [PATCH] Adjust gitignore for vs --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a72298f..703a397 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,10 @@ export addons/**/~*.dll .sconsign.dblite -*.obj \ No newline at end of file +*.obj + +# Visual-studio related +.vs +*.sln +*.vcxproj* +x64 \ No newline at end of file