Skip to content

Commit 989b1de

Browse files
committed
Update gitignore for VS2015 Update 2 and later
*.VC.db files are new with VS2015 Update 2 and later. They should not be submitted to the repo.
1 parent 67c975b commit 989b1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ipch/
2828
*.sdf
2929
*.cachefile
3030
*.opendb
31+
*.VC.db
3132

3233
# Visual Studio profiler
3334
*.psess

0 commit comments

Comments
 (0)