From: Steve Holme Date: Sat, 5 Mar 2016 21:49:09 +0000 (+0000) Subject: .gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14 X-Git-Tag: curl-7_48_0~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b188fe407dbc8a208bb995dec29342e0b90dc435;p=thirdparty%2Fcurl.git .gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14 --- diff --git a/projects/Windows/VC14/.gitignore b/projects/Windows/VC14/.gitignore index eb24d7ef46..4db3cea869 100644 --- a/projects/Windows/VC14/.gitignore +++ b/projects/Windows/VC14/.gitignore @@ -1,3 +1,4 @@ +/*.opendb /*.opensdf /*.sdf /.vs diff --git a/projects/Windows/VC14/lib/.gitignore b/projects/Windows/VC14/lib/.gitignore index 3409a4ca3f..c376fc1433 100644 --- a/projects/Windows/VC14/lib/.gitignore +++ b/projects/Windows/VC14/lib/.gitignore @@ -2,4 +2,5 @@ /*.opensdf /*.sdf /*.vcxproj +/*.user /.vs diff --git a/projects/Windows/VC14/src/.gitignore b/projects/Windows/VC14/src/.gitignore index 3409a4ca3f..c376fc1433 100644 --- a/projects/Windows/VC14/src/.gitignore +++ b/projects/Windows/VC14/src/.gitignore @@ -2,4 +2,5 @@ /*.opensdf /*.sdf /*.vcxproj +/*.user /.vs