Adjust gitignore for vs

This commit is contained in:
weil 2024-01-29 10:53:33 +01:00
parent ad816f16dd
commit de45aecda6
1 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -4,3 +4,9 @@ export
addons/**/~*.dll
.sconsign.dblite
*.obj
# Visual-studio related
.vs
*.sln
*.vcxproj*
x64