diff options
author | Peter Bright <drpizza@quiscalusmexicanus.org> | 2011-08-07 06:11:21 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-06 22:39:28 -0700 |
commit | 6ac8c559897ae09a4f9e84cda1e90e6c56ca92bf (patch) | |
tree | 42d519afd24dd0bc8512dbee7c6af54583630c43 /.gitignore | |
parent | b88c48177a5301cfabbb3d0790187d3b6dacdbda (diff) | |
download | node-new-6ac8c559897ae09a4f9e84cda1e90e6c56ca92bf.tar.gz |
Make MSVS build.
MSVS settings don't actually need to be guarded by conditions. gyp will do
the right thing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e321a01c23..8f5af87992 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,18 @@ tools/all.target.mk tools/node_js2c.host.mk tools/node_js2c.target.mk out/ + +# various stuff that VC++ produces/uses +Debug/ +Release/ +*.sln +*.suo +*.vcproj +*.vcxproj +*.vcxproj.user +*.vcxproj.filters +UpgradeLog*.XML +_UpgradeReport_Files/ +ipch/ +*.sdf +*.opensdf |