Skip to content

Commit

Permalink
gitignore: adding .vs/ directory to .gitignore
Browse files Browse the repository at this point in the history
This is created by vs 2015 for user & machine-specific files and should
be ignored by git.

PR-URL: #6070
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Mike Kaufman authored and Myles Borins committed Jun 1, 2016
1 parent e1cc54a commit 567c4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ipch/
*.sdf
*.opensdf
*.VC.opendb
.vs/

/config.mk
/config.gypi
Expand Down

0 comments on commit 567c4b1

Please sign in to comment.