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