diff options
author | Vladislav Yaroslavlev <vladon@vladon.com> | 2015-12-04 11:00:50 +0300 |
---|---|---|
committer | Vladislav Yaroslavlev <vladon@vladon.com> | 2015-12-04 11:00:50 +0300 |
commit | 6b791aca17a9b1a313b0c8b03b126e13f58c6a2a (patch) | |
tree | 0462725277a84d7349c5b8ae369f6321d1086fd6 /VisualStudio.gitignore | |
parent | 782fe0d1db9a220ad82192dc0d757fb1d266b3a3 (diff) | |
download | gitignore-6b791aca17a9b1a313b0c8b03b126e13f58c6a2a.tar.gz gitignore-6b791aca17a9b1a313b0c8b03b126e13f58c6a2a.zip |
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)
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |