From 8010376fadb963aa38360e782ea9c28f4ea5bf76 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 1 Apr 2016 20:00:05 +0100 Subject: .gitignore: Added new VC14 SQLite based program database files --- projects/Windows/VC14/.gitignore | 1 + projects/Windows/VC14/lib/.gitignore | 3 ++- projects/Windows/VC14/src/.gitignore | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'projects/Windows/VC14') diff --git a/projects/Windows/VC14/.gitignore b/projects/Windows/VC14/.gitignore index 4db3cea86..a12d4ea1a 100644 --- a/projects/Windows/VC14/.gitignore +++ b/projects/Windows/VC14/.gitignore @@ -1,4 +1,5 @@ /*.opendb /*.opensdf /*.sdf +/*.vc.db /.vs diff --git a/projects/Windows/VC14/lib/.gitignore b/projects/Windows/VC14/lib/.gitignore index a02edcfe1..1ac1710a4 100644 --- a/projects/Windows/VC14/lib/.gitignore +++ b/projects/Windows/VC14/lib/.gitignore @@ -1,5 +1,6 @@ /*.opensdf /*.sdf -/*.vcxproj /*.user +/*.vc.db +/*.vcxproj /.vs diff --git a/projects/Windows/VC14/src/.gitignore b/projects/Windows/VC14/src/.gitignore index a02edcfe1..1ac1710a4 100644 --- a/projects/Windows/VC14/src/.gitignore +++ b/projects/Windows/VC14/src/.gitignore @@ -1,5 +1,6 @@ /*.opensdf /*.sdf -/*.vcxproj /*.user +/*.vc.db +/*.vcxproj /.vs -- cgit v1.2.3