diff --git a/projects/Windows/VC14/.gitignore b/projects/Windows/VC14/.gitignore index 4db3cea869..a12d4ea1ae 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 a02edcfe18..1ac1710a48 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 a02edcfe18..1ac1710a48 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