From: Steve Holme Date: Sun, 26 Jul 2015 19:47:39 +0000 (+0100) Subject: build: Fixed missing .opensdf files from VC10+ .gitignore files X-Git-Tag: curl-7_44_0~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98e8b050ef5c5627176cb0223df756ec50301710;p=thirdparty%2Fcurl.git build: Fixed missing .opensdf files from VC10+ .gitignore files --- diff --git a/projects/Windows/VC10/lib/.gitignore b/projects/Windows/VC10/lib/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC10/lib/.gitignore +++ b/projects/Windows/VC10/lib/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo diff --git a/projects/Windows/VC10/src/.gitignore b/projects/Windows/VC10/src/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC10/src/.gitignore +++ b/projects/Windows/VC10/src/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo diff --git a/projects/Windows/VC11/lib/.gitignore b/projects/Windows/VC11/lib/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC11/lib/.gitignore +++ b/projects/Windows/VC11/lib/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo diff --git a/projects/Windows/VC11/src/.gitignore b/projects/Windows/VC11/src/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC11/src/.gitignore +++ b/projects/Windows/VC11/src/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo diff --git a/projects/Windows/VC12/lib/.gitignore b/projects/Windows/VC12/lib/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC12/lib/.gitignore +++ b/projects/Windows/VC12/lib/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo diff --git a/projects/Windows/VC12/src/.gitignore b/projects/Windows/VC12/src/.gitignore index d2d7b7fb4f..0eec869e33 100644 --- a/projects/Windows/VC12/src/.gitignore +++ b/projects/Windows/VC12/src/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo