-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
165 lines (165 loc) · 4.2 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Keep the entries sorted to reduce the risk for a merge conflict
*.[ao]
*.dirstamp
*.dll
*.dobj
*.exe
*.exp
*.gcda
*.gcno
*.gcov
*.l[aon]
*.lib
*.obj
*.orig
*.pdb
*.profile
*.sln
*.swo
*.swp
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*~
._*
.deps/
.libs/
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/check-all*
/config.cache
/config.log
/config.status
/config/compile
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/ltmain.sh
/config/missing
/config/mkinstalldirs
/config/plugin.ac
/config/test-driver
/configure
/debug/sizes
/example/db/db
/example/db/vb
/example/debug/debug
/example/forward/packetfwd
/example/instancepool/instancepool
/example/libeventdirect/eventloop
/example/mcc/mcc
/example/minimal/minimal
/example/observe/observe
/example/syncmode/syncmode
/example/yajl/couchview
/gtest-1.*
/include/libcouchbase/configuration.h
/libcouchbase*.changes
/libcouchbase*.deb
/libcouchbase*.dsc
/libcouchbase*.rpm
/libcouchbase*.tar.gz
/libtool
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/m4/version.m4
/man/man3
/man/man3couchbase/*.3couchbase
/man/man3couchbase/lcb_arithmetic.3couchbase
/man/man3couchbase/lcb_behavior_get_config_errors_threshold.3couchbase
/man/man3couchbase/lcb_behavior_get_ipv6.3couchbase
/man/man3couchbase/lcb_behavior_get_ipv6_lcb_behavior_set_ipv6.3couchbase
/man/man3couchbase/lcb_behavior_get_syncmode.3couchbase
/man/man3couchbase/lcb_connect.3couchbase
/man/man3couchbase/lcb_create.3couchbase
/man/man3couchbase/lcb_create_compat.3couchbase
/man/man3couchbase/lcb_destroy.3couchbase
/man/man3couchbase/lcb_enable_timings.3couchbase
/man/man3couchbase/lcb_flush.3couchbase
/man/man3couchbase/lcb_flush_buffers.3couchbase
/man/man3couchbase/lcb_get.3couchbase
/man/man3couchbase/lcb_get_cookie.3couchbase
/man/man3couchbase/lcb_get_host.3couchbase
/man/man3couchbase/lcb_get_last_error.3couchbase
/man/man3couchbase/lcb_get_num_nodes.3couchbase
/man/man3couchbase/lcb_get_num_replicas.3couchbase
/man/man3couchbase/lcb_get_replica.3couchbase
/man/man3couchbase/lcb_get_server_list.3couchbase
/man/man3couchbase/lcb_get_timeout.3couchbase
/man/man3couchbase/lcb_get_version.3couchbase
/man/man3couchbase/lcb_make_http_request.3couchbase
/man/man3couchbase/lcb_observe.3couchbase
/man/man3couchbase/lcb_remove.3couchbase
/man/man3couchbase/lcb_server_stats.3couchbase
/man/man3couchbase/lcb_server_versions.3couchbase
/man/man3couchbase/lcb_set_arithmetic_callback.3couchbase
/man/man3couchbase/lcb_set_configuration_callback.3couchbase
/man/man3couchbase/lcb_set_error_callback.3couchbase
/man/man3couchbase/lcb_set_flush_callback.3couchbase
/man/man3couchbase/lcb_set_get_callback.3couchbase
/man/man3couchbase/lcb_set_http_complete_callback.3couchbase
/man/man3couchbase/lcb_set_http_data_callback.3couchbase
/man/man3couchbase/lcb_set_observe_callback.3couchbase
/man/man3couchbase/lcb_set_remove_callback.3couchbase
/man/man3couchbase/lcb_set_stat_callback.3couchbase
/man/man3couchbase/lcb_set_store_callback.3couchbase
/man/man3couchbase/lcb_set_touch_callback.3couchbase
/man/man3couchbase/lcb_set_unlock_callback.3couchbase
/man/man3couchbase/lcb_set_verbosity.3couchbase
/man/man3couchbase/lcb_set_verbosity_callback.3couchbase
/man/man3couchbase/lcb_set_version_callback.3couchbase
/man/man3couchbase/lcb_store.3couchbase
/man/man3couchbase/lcb_strerror.3couchbase
/man/man3couchbase/lcb_timer_create.3couchbase
/man/man3couchbase/lcb_touch.3couchbase
/man/man3couchbase/lcb_unlock.3couchbase
/man/man3couchbase/lcb_verify_struct_size.3couchbase
/man/man3couchbase/lcb_wait.3couchbase
/man/man3lib/*.3lib
/man/man3lib/libcouchbase.3lib
/man/man5/lcb_attributes.5
/src/config.h
/src/config.h.in
/src/probes.h
/src/stamp-h1
/test-suite.log
/tests/*-test
/tests/*.log
/tests/*.trs
/tests/CouchbaseMock.jar
/tests/check-all
/tests/unit-tests
/tools/cbc
/tools/cbc-pillowfight
/tools/cbc_debug.ilk
/vc100.idb
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
Project.opensdf
Project.sdf
Project.suo
VERSION
cbc-pillowfight.dir/
cbc.dir/
cmake_install.cmake
core*
couchbase.dir/
debug/cbc-pillowfight.ilk
debug/cbc.ilk
debug/libcouchbase.idb
debug/libcouchbase.ilk
ipch/
lcbutils.dir/
libcouchbase.opensdf
libcouchbase.sdf
libcouchbase.suo
unit-tests.dir/
win32/Debug/