Revision 4c58385dd22eb36c1eccbe1460ef67e7fe182ae0 authored by Jameson Nash on 21 July 2014, 03:14:58 UTC, committed by Jameson Nash on 21 July 2014, 03:14:58 UTC
1 parent 9f28fd7
Raw File
.gitignore
*.swp
*.[oa]
*.l[oa]
*.opensdf
*.orig
*.pyc
*.sdf
*.suo
*.lib
core
vgcore.*
.buildstamp
.dirstamp
.deps/
/.libs/
/autom4te.cache/
/config.log
/config.status
/libtool
/libuv.a
/libuv.dylib
/libuv.pc
/libuv.so
Makefile

# Generated by dtrace(1) when doing an in-tree build.
/include/uv-dtrace.h

# 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
*.vcproj
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
_UpgradeReport_Files/
UpgradeLog*.XML
Debug
Release
ipch
back to top