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

8
.gitignore vendored
View File

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