.gitignore: add .vs rule

This commit is contained in:
Bill Zissimopoulos 2019-04-18 17:45:11 -07:00
parent 7cb29a4db3
commit f6e49a11c8
7 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,4 @@ build
*.csproj.user *.csproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs

View File

@ -5,3 +5,4 @@ build
*.vcxproj.user *.vcxproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs

View File

@ -5,3 +5,4 @@ build
*.vcxproj.user *.vcxproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs

View File

@ -6,3 +6,4 @@ build
*.csproj.user *.csproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs

View File

@ -5,5 +5,6 @@ build
*.vcxproj.user *.vcxproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs
*.exe *.exe
*.install *.install

View File

@ -5,5 +5,6 @@ build
*.vcxproj.user *.vcxproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs
*.exe *.exe
*.install *.install

View File

@ -5,3 +5,4 @@ build
*.vcxproj.user *.vcxproj.user
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
.vs