diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-05 18:05:03 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-05 18:16:40 +0100 |
commit | 11025613b9129835c771c2646cf1774cb17a0026 (patch) | |
tree | 2c990bfb1201987e96a09978126a49bf7f1190d8 /projects/Windows/VC8/.gitignore | |
parent | c877c50e13ad43459de12a4092bd95872e549dfb (diff) |
winbuild: Added Visual Studio 2005 (VC8) project files
Added a more thorough version of the VC8 project files that exist in
the "vs" folder with the intention to add support for other versions of
Visual Studio. These files support 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/VC8/.gitignore')
-rw-r--r-- | projects/Windows/VC8/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/Windows/VC8/.gitignore b/projects/Windows/VC8/.gitignore new file mode 100644 index 000000000..90525b855 --- /dev/null +++ b/projects/Windows/VC8/.gitignore @@ -0,0 +1,2 @@ +/*.ncb +/*.suo |