• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*.swp
2*.[oa]
3*.l[oa]
4*.opensdf
5*.orig
6*.pyc
7*.sdf
8*.suo
9.vs/
10*.VC.db
11*.VC.opendb
12core
13vgcore.*
14.buildstamp
15.dirstamp
16.deps/
17/.libs/
18/aclocal.m4
19/ar-lib
20/autom4te.cache/
21/compile
22/config.guess
23/config.log
24/config.status
25/config.sub
26/configure
27/depcomp
28/install-sh
29/libtool
30/libuv.a
31/libuv.dylib
32/libuv.pc
33/libuv.so
34/ltmain.sh
35/missing
36/test-driver
37Makefile
38Makefile.in
39
40/build/
41
42/test/.libs/
43/test/run-tests
44/test/run-tests.exe
45/test/run-tests.dSYM
46/test/run-benchmarks
47/test/run-benchmarks.exe
48/test/run-benchmarks.dSYM
49test_file_*
50
51*.sln
52*.sln.cache
53*.ncb
54*.vcproj
55*.vcproj*.user
56*.vcxproj
57*.vcxproj.filters
58*.vcxproj.user
59_UpgradeReport_Files/
60UpgradeLog*.XML
61Debug
62Release
63ipch
64
65# sphinx generated files
66/docs/build/
67
68# Clion / IntelliJ project files
69/.idea/
70cmake-build-debug/
71
72*.xcodeproj
73*.xcworkspace
74
75# make dist output
76libuv-*.tar.*
77