From c6e1753803a45a360feda4a9d2d4818312c04650 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Tue, 31 May 2016 21:14:42 +0300 Subject: [PATCH] gitignore: Add Visual Studio 2015 databases (#1380) [skip ci] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d0e8a74b92..a0f8d23bba 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ !/plugins/zerogs/opengl/x86-32.asm !/plugins/zzogl-pg/opengl/x86-32.asm +*.VC.db +*.VC.VC.opendb + **/Win32/Release* **/Win32/Debug* **/Win32/Devel*