From 6b791aca17a9b1a313b0c8b03b126e13f58c6a2a Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Fri, 4 Dec 2015 11:00:50 +0300 Subject: [PATCH] New Visual Studio database engine for C++ Added extensions of new database engine for C++ (sqlite-based) from Visual Studio 2015 (Tools - Options - Text Editor - C/C++ - Experimental - Enable New Database Engine) --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dd7327e6..c9687448 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -80,6 +80,8 @@ ipch/ *.opensdf *.sdf *.cachefile +*.VC.db +*.VC.VC.opendb # Visual Studio profiler *.psess