Skip to content

Commit

Permalink
gitignore: ignore *.VC.db files
Browse files Browse the repository at this point in the history
PR-URL: nodejs#17898
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Bartosz Sosnowski <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
tniessen committed Dec 31, 2017
1 parent 5846786 commit 1fa4f5d
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 @@ -59,6 +59,7 @@ _UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
*.VC.db
*.VC.opendb
.vs/
.vscode/
Expand Down

0 comments on commit 1fa4f5d

Please sign in to comment.