diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-07-26 20:47:39 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-07-28 20:46:56 +0100 |
commit | 98e8b050ef5c5627176cb0223df756ec50301710 (patch) | |
tree | 7c997b92b06f963329477b7409fc720778c1f354 /projects/Windows/VC10/src | |
parent | d9efd369071d3feb0433cc128cc7a8f63fc871bd (diff) | |
download | curl-98e8b050ef5c5627176cb0223df756ec50301710.tar.gz |
build: Fixed missing .opensdf files from VC10+ .gitignore files
Diffstat (limited to 'projects/Windows/VC10/src')
-rw-r--r-- | projects/Windows/VC10/src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Windows/VC10/src/.gitignore b/projects/Windows/VC10/src/.gitignore index d2d7b7fb4..0eec869e3 100644 --- a/projects/Windows/VC10/src/.gitignore +++ b/projects/Windows/VC10/src/.gitignore @@ -2,5 +2,6 @@ /*.filters /*.user /*.ncb +/*.opensdf /*.sdf /*.suo |