Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaufman <mkaufman@microsoft.com>2016-04-06 02:15:55 +0300
committerJames M Snell <jasnell@gmail.com>2016-04-19 01:55:31 +0300
commit64d36bec23766f4d797fb945c5311780c5a709f0 (patch)
treeacc5b6f666724027b6219ff26da97a02cfbae95b /.gitignore
parent3641ca9849b9473d347f6aea53ba61acad2d694b (diff)
gitignore: ignore VS 2015 *.VC.opendb files
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 <bugs@bergstroem.nu> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 734d92d4d71..db08050e14e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ _UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
+*.VC.opendb
/config.mk
/config.gypi