Skip to content

Commit 90aabb9

Browse files
Mike KaufmanMylesBorins
Mike Kaufman
authored andcommitted
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 <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 93f91c6 commit 90aabb9

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
@@ -42,6 +42,7 @@ ipch/
4242
*.sdf
4343
*.opensdf
4444
*.VC.opendb
45+
.vs/
4546

4647
/config.mk
4748
/config.gypi

0 commit comments

Comments
 (0)