From 78e3844a4aca891a49ac7f1dbdb12e343d3bbba4 Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Wed, 9 Apr 2014 00:01:51 +0100
Subject: build: Added Visual Studio 2008 (VC9) project files

Carrying on from commit 11025613b9, added VC9 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.
---
 projects/Windows/VC9/src/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 projects/Windows/VC9/src/.gitignore

(limited to 'projects/Windows/VC9/src/.gitignore')

diff --git a/projects/Windows/VC9/src/.gitignore b/projects/Windows/VC9/src/.gitignore
new file mode 100644
index 000000000..6cd62ca81
--- /dev/null
+++ b/projects/Windows/VC9/src/.gitignore
@@ -0,0 +1,4 @@
+/*.vcproj
+/*.user
+/*.ncb
+/*.suo
-- 
cgit v1.2.3