forked from couchbase/libcouchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
132 lines (131 loc) · 1.96 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
# 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
*~
.DS_Store
._*
.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/instancepool/instancepool
/example/libeventdirect/eventloop
/example/mcc/mcc
/example/minimal/minimal
/example/observe/observe
/example/syncmode/syncmode
/example/yajl/couchview
filelist.mk
/gtest-1.*
/include/libcouchbase/configuration.h
/libcouchbase*.changes
/libcouchbase*.deb
/libcouchbase*.dsc
/libcouchbase*.rpm
/libcouchbase*.tar.gz
/libtool
/config/m4/libtool.m4
/config/m4/ltoptions.m4
/config/m4/ltsugar.m4
/config/m4/ltversion.m4
/config/m4/lt~obsolete.m4
/config/m4/version.m4
/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/htparse-tests
/tests/nonio-tests
/tests/unit-tests
/tests/mc-tests
/tests/sock-tests
/tests/rdb-tests
/tools/cbc
/tools/cbc-pillowfight
/tools/cbc_debug.ilk
/vc100.idb
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
Project.opensdf
Project.sdf
Project.suo
VERSION
build/
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/
MANIFEST
doc/public
doc/internal
# Symlinks
m4
configure.ac
Makefile.am
packaging/distinfo/distinfo.cmake
packaging/distinfo/MANIFEST
*.tlog
*.nupkg
*.suo
tests/LOCAL
inst