Fix .vs ignore in .gitignore

This commit is contained in:
J.D. Purcell 2019-11-02 16:21:49 -04:00
parent 6fac65984c
commit 999a8f094b
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
/snes9xgit /snes9xgit
svnrev.cs svnrev.cs
.vs/** **/.vs/**
**/bin/** **/bin/**
**/obj/** **/obj/**
/output/** /output/**