-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
108 lines (108 loc) · 1.58 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
*.exe
*.l[ao]
*.o
*.pop
*TAGS
*.trs
*.log
*~
.deps
.dirstamp
.libs
INSTALL
Makefile
Makefile.in
TAGS
aclocal.m4
autom4te.cache
arcus/multi_process
arcus/multi_threaded
arcus/sample
clients/memcapable
clients/memcat
clients/memcp
clients/memdump
clients/memerror
clients/memflush
clients/memrm
clients/memslap
clients/memstat
clients/memexist
clients/memparse
clients/memping
config.in
config.h
config.h.in
config.log
config.status
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/ltmain.sh
config/missing
config/pandora_vc_revinfo
config/plugin.ac
config/top.h
config/test-driver
configure
cscope.*
docs/*.[13]
docs/*.html
docs/conf.py
docs/pod2htmd.tmp
docs/pod2htmi.tmp
example/memcached_light
libhashkit/configure.h
libmemcached-*.tar.gz
libmemcached-?.??/
libmemcached/arcus.h
libmemcached/configure.h
libmemcached/dtrace_probes.h
libmemcached/memcached_configure.h
libtest/skiptest
libtest/unittest
libtest/version.h
libtest/wait
libtool
libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/version.m4
stamp-h1
support/libmemcached-fc.spec
support/libmemcached.pc
support/libmemcached.spec
tests/atomsmasher
tests/hashplus
tests/memplus
tests/output.cmp
tests/startservers
tests/testapp
tests/testhashkit
tests/testplus
tests/testudp
tests/c_sasl_test
tests/c_test
tests/cycle
tests/failure
tests/hash_plus
tests/internals
tests/memcapable
tests/memcat
tests/memcp
tests/memdump
tests/memerror
tests/memexist
tests/memflush
tests/memrm
tests/memslap
tests/memstat
tests/sasl
tests/storage
unittests/unittests
devtools/*
!devtools/maketags.sh