We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99cc2d commit a4f5bebCopy full SHA for a4f5beb
.gitignore
@@ -1,4 +1,3 @@
1
-.DS_Store
2
*~
3
*.a
4
aclocal.m4
@@ -21,14 +20,18 @@ data
21
20
depcomp
22
.deps
23
.dirstamp
+.DS_Store
24
echo-server
25
+example-client
26
+example-gridfs
27
example-matcher
28
+filter-bsondump
29
find-and-modify
30
*.gcda
31
*.gcno
-INSTALL
-tags
32
+*.gz
33
index-source
34
+INSTALL
35
install-sh
36
*.la
37
.libs
@@ -46,19 +49,17 @@ mongoc-tail
46
49
*.o
47
50
*.pc
48
51
README
52
+repltest1
53
+shardtest1
54
+shardtest2
55
*.so
56
*.so.*
57
stamp-h1
58
*.swp
-example-client
-example-gridfs
-filter-bsondump
-repltest1
-shardtest1
-shardtest2
59
-test.log
+tags
60
test-libmongoc
61
test-load
62
+test.log
63
test-mock-server
64
test-mongoc-array
65
test-mongoc-buffer
0 commit comments