node-gyp: download header tarball for compile
[platform/upstream/nodejs.git] / .gitignore
index 12d973e..1dc001f 100644 (file)
@@ -22,6 +22,7 @@ icu_config.gypi
 
 # various stuff that VC++ produces/uses
 Debug/
+!node_modules/debug/
 Release/
 !doc/blog/**
 *.sln
@@ -54,6 +55,7 @@ deps/icu*.zip
 deps/icu*.tgz
 deps/icu-tmp
 ./node_modules
+android-toolchain/
 .svn/
 
 # generated by gyp on Windows
@@ -71,8 +73,11 @@ deps/zlib/zlib.target.mk
 /*.tar.*
 /SHASUMS*.txt*
 
-/tools/wrk/wrk
-
 # test artifacts
 tools/faketime
 icu_config.gypi
+test.tap
+
+# Xcode workspaces and project folders
+*.xcodeproj
+*.xcworkspace