Skip to content

Commit 567c4b1

Browse files
Mike KaufmanMyles Borins
Mike Kaufman
authored and
Myles Borins
committed
gitignore: adding .vs/ directory to .gitignore
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>
1 parent e1cc54a commit 567c4b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ipch/
4141
*.sdf
4242
*.opensdf
4343
*.VC.opendb
44+
.vs/
4445

4546
/config.mk
4647
/config.gypi

0 commit comments

Comments
 (0)