mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 08:19:38 +01:00
b7d247856e
* Allow running tests in mixed parallel/sequential modes * Add -J flag for running tests on all available CPUs * Support TEST_THREAD_ID in test/common.js and use it for tmpDir and PORT * make: use -J flag Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> PR-URL: https://github.com/iojs/io.js/pull/172 Fix: iojs/io.js#139
73 lines
877 B
Plaintext
73 lines
877 B
Plaintext
core
|
|
vgcore.*
|
|
v8*.log
|
|
perf.data
|
|
perf.data.old
|
|
.waf*
|
|
tags
|
|
.lock-wscript
|
|
*.pyc
|
|
doc/api.xml
|
|
tmp/
|
|
test/tmp*/
|
|
node
|
|
node_g
|
|
*.swp
|
|
.benchmark_reports
|
|
/.project
|
|
/.cproject
|
|
|
|
/out
|
|
|
|
# various stuff that VC++ produces/uses
|
|
Debug/
|
|
Release/
|
|
!doc/blog/**
|
|
*.sln
|
|
!nodemsi.sln
|
|
*.suo
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.user
|
|
*.vcxproj.filters
|
|
UpgradeLog*.XML
|
|
_UpgradeReport_Files/
|
|
ipch/
|
|
*.sdf
|
|
*.opensdf
|
|
|
|
/config.mk
|
|
/config.gypi
|
|
*-nodegyp*
|
|
/gyp-mac-tool
|
|
/dist-osx
|
|
/npm.wxs
|
|
/tools/msvs/npm.wixobj
|
|
/test/addons/doc-*/
|
|
email.md
|
|
deps/v8-*
|
|
deps/icu
|
|
./node_modules
|
|
.svn/
|
|
|
|
# generated by gyp on Windows
|
|
deps/openssl/openssl.props
|
|
deps/openssl/openssl.targets
|
|
deps/openssl/openssl.xml
|
|
|
|
# generated by gyp on android
|
|
/*.target.mk
|
|
/*.host.mk
|
|
deps/openssl/openssl.target.mk
|
|
deps/zlib/zlib.target.mk
|
|
|
|
# build/release artifacts
|
|
/*.tar.gz
|
|
/SHASUMS*.txt*
|
|
|
|
/tools/wrk/wrk
|
|
|
|
# test artifacts
|
|
tools/faketime
|
|
icu_config.gypi
|