mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
c3cec1eefc
Fixes: https://github.com/nodejs/node/issues/5737 Fixes: https://github.com/nodejs/node/issues/4643 Fixes: https://github.com/nodejs/node/issues/4291 Fixes: https://github.com/nodejs/node-v0.x-archive/issues/8960 Refs: https://github.com/nodejs/node/pull/3594 PR-URL: https://github.com/nodejs/node/pull/5994 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
76 lines
839 B
Plaintext
76 lines
839 B
Plaintext
*.swp
|
|
*.[oa]
|
|
*.l[oa]
|
|
*.opensdf
|
|
*.orig
|
|
*.pyc
|
|
*.sdf
|
|
*.suo
|
|
core
|
|
vgcore.*
|
|
.buildstamp
|
|
.dirstamp
|
|
.deps/
|
|
/.libs/
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/compile
|
|
/config.guess
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/libuv.a
|
|
/libuv.dylib
|
|
/libuv.pc
|
|
/libuv.so
|
|
/ltmain.sh
|
|
/missing
|
|
/test-driver
|
|
Makefile
|
|
Makefile.in
|
|
|
|
# Generated by gyp for android
|
|
*.target.mk
|
|
|
|
/out/
|
|
/build/gyp
|
|
|
|
/test/.libs/
|
|
/test/run-tests
|
|
/test/run-tests.exe
|
|
/test/run-tests.dSYM
|
|
/test/run-benchmarks
|
|
/test/run-benchmarks.exe
|
|
/test/run-benchmarks.dSYM
|
|
|
|
*.sln
|
|
*.sln.cache
|
|
*.ncb
|
|
*.vcproj
|
|
*.vcproj*.user
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
_UpgradeReport_Files/
|
|
UpgradeLog*.XML
|
|
Debug
|
|
Release
|
|
ipch
|
|
|
|
# sphinx generated files
|
|
/docs/build/
|
|
|
|
# Clion / IntelliJ project files
|
|
/.idea/
|
|
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
|
|
# make dist output
|
|
libuv-*.tar.*
|