diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-18 10:24:20 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-18 10:28:11 +0100 |
commit | 0160cb2e194be3c9eaeb7903998d60bbdf4f8834 (patch) | |
tree | 9d2b8fb364d8b0c7dc1525f8a05332e710b1014d /projects/Windows/VC11/lib/.gitignore | |
parent | cd1f746b8683c84120b6cee43e18ec8db923d941 (diff) |
build: Added Visual Studio 2012 (VC11) project files
Carrying on from commit 11025613b9 added VC11 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.
Diffstat (limited to 'projects/Windows/VC11/lib/.gitignore')
-rw-r--r-- | projects/Windows/VC11/lib/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/Windows/VC11/lib/.gitignore b/projects/Windows/VC11/lib/.gitignore new file mode 100644 index 000000000..d2d7b7fb4 --- /dev/null +++ b/projects/Windows/VC11/lib/.gitignore @@ -0,0 +1,6 @@ +/*.vcxproj +/*.filters +/*.user +/*.ncb +/*.sdf +/*.suo |