Skip to content

Commit

Permalink
gitignore: ignore VS 2015 *.VC.opendb files
Browse files Browse the repository at this point in the history
These files are created by VS 2015 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 Apr 20, 2016
1 parent 3bc3152 commit 6e891c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -41,6 +41,7 @@ _UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
*.VC.opendb

/config.mk
/config.gypi
Expand Down

0 comments on commit 6e891c7

Please sign in to comment.