node-gyp: download header tarball for compile
[platform/upstream/nodejs.git] / .gitignore
index e004506..1dc001f 100644 (file)
@@ -9,17 +9,20 @@ tags
 *.pyc
 doc/api.xml
 tmp/
-node
-node_g
+test/tmp*/
+iojs
+iojs_g
 *.swp
 .benchmark_reports
 /.project
 /.cproject
+icu_config.gypi
 
 /out
 
 # various stuff that VC++ produces/uses
 Debug/
+!node_modules/debug/
 Release/
 !doc/blog/**
 *.sln
@@ -27,6 +30,7 @@ Release/
 *.suo
 *.vcproj
 *.vcxproj
+!custom_actions.vcxproj
 *.vcxproj.user
 *.vcxproj.filters
 UpgradeLog*.XML
@@ -42,10 +46,16 @@ ipch/
 /dist-osx
 /npm.wxs
 /tools/msvs/npm.wixobj
+/tools/osx-pkg.pmdoc/index.xml
 /test/addons/doc-*/
 email.md
 deps/v8-*
+deps/icu
+deps/icu*.zip
+deps/icu*.tgz
+deps/icu-tmp
 ./node_modules
+android-toolchain/
 .svn/
 
 # generated by gyp on Windows
@@ -60,10 +70,14 @@ deps/openssl/openssl.target.mk
 deps/zlib/zlib.target.mk
 
 # build/release artifacts
-/*.tar.gz
+/*.tar.*
 /SHASUMS*.txt*
 
-/tools/wrk/wrk
-
 # test artifacts
 tools/faketime
+icu_config.gypi
+test.tap
+
+# Xcode workspaces and project folders
+*.xcodeproj
+*.xcworkspace