node/deps/uv/.gitignore

73 lines
797 B
Plaintext
Raw Normal View History

2011-05-13 10:16:40 +08:00
*.swp
2012-11-17 00:57:15 +08:00
*.[oa]
*.l[oa]
2011-05-13 10:16:40 +08:00
*.opensdf
*.orig
2013-12-14 02:35:09 +08:00
*.pyc
2011-05-13 10:16:40 +08:00
*.sdf
*.suo
core
vgcore.*
2013-02-21 04:12:18 +08:00
.buildstamp
2013-10-30 07:33:17 +08:00
.dirstamp
.deps/
2013-07-17 03:04:31 +08:00
/.libs/
/aclocal.m4
/ar-lib
/autom4te.cache/
/compile
2013-07-17 03:04:31 +08:00
/config.guess
/config.log
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/libuv.a
2012-11-17 00:57:15 +08:00
/libuv.dylib
2013-07-17 03:04:31 +08:00
/libuv.pc
/libuv.so
/ltmain.sh
/missing
/test-driver
Makefile
Makefile.in
2012-11-17 00:57:15 +08:00
2014-01-01 02:33:54 +08:00
# Generated by gyp for android
*.target.mk
2011-08-06 18:38:11 +08:00
/out/
/build/gyp
2011-08-09 05:14:47 +08:00
2014-02-27 10:08:30 +08:00
/test/.libs/
/test/run-tests
/test/run-tests.exe
/test/run-tests.dSYM
/test/run-benchmarks
/test/run-benchmarks.exe
/test/run-benchmarks.dSYM
2011-08-11 05:23:26 +08:00
*.sln
*.sln.cache
*.ncb
2011-08-11 05:23:26 +08:00
*.vcproj
*.vcproj*.user
2011-08-11 05:23:26 +08:00
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
_UpgradeReport_Files/
UpgradeLog*.XML
2011-08-12 16:14:04 +08:00
Debug
Release
ipch
2014-09-20 01:37:55 +08:00
# sphinx generated files
/docs/build/
*.xcodeproj
*.xcworkspace
# make dist output
libuv-*.tar.*