forked from sustrik/libdill
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
84 lines (84 loc) · 1.12 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.deps/
.libs/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.log
config.status
config.sub
configure
depcomp
install-sh
libdill.pc
*.o
*.lo
*.la
libtool
ltmain.sh
m4/*.m4
missing
test-driver
tests/.deps/
tests/.dirstamp
tests/.libs/
tests/*.log
tests/*.trs
tests/*.o
test-suite.log
dns/.deps/
dns/.dirstamp
tests/chan
tests/choose
tests/example
tests/fd
tests/go
tests/sleep
tests/overload
tests/signals
tests/handle
tests/threads
tests/threads2
tests/rbtree
tests/ipaddr
tests/tcp
tests/ipc
tests/iol
tests/crlf
tests/pfx
perf/.dirstamp
perf/chan
perf/ctxswitch
perf/go
perf/whispers
perf/hdone
perf/choose
perf/timer
man/*.3
*.gcno
*.gcda
tests/*.gcno
tests/*.gcda
dns/*.gcno
dns/*.gcda
tutorial/basics/step1
tutorial/basics/step2
tutorial/basics/step3
tutorial/basics/step4
tutorial/basics/step5
tutorial/basics/*.o
tutorial/basics/.dirstamp
tutorial/protocol/step1
tutorial/protocol/step2
tutorial/protocol/step3
tutorial/protocol/step4
tutorial/protocol/step5
tutorial/protocol/step6
tutorial/protocol/step7
tutorial/protocol/step8
tutorial/protocol/step9
tutorial/protocol/*.o
tutorial/protocol/.dirstamp