From 6e891c7ad4bcc8ee2076b7f3a90e39e975d8016a Mon Sep 17 00:00:00 2001 From: Mike Kaufman Date: Tue, 5 Apr 2016 16:15:55 -0700 Subject: [PATCH] gitignore: ignore VS 2015 *.VC.opendb files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files are created by VS 2015 and should be ignored by git. PR-URL: https://github.com/nodejs/node/pull/6070 Reviewed-By: Johan Bergström Reviewed-By: Rich Trott Reviewed-By: James M Snell --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 734d92d4d719af..db08050e14e697 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ _UpgradeReport_Files/ ipch/ *.sdf *.opensdf +*.VC.opendb /config.mk /config.gypi