Skip to content

Commit 8435ec2

Browse files
committed
CDRIVER-2662 update .gitignore
1 parent 9ea8829 commit 8435ec2

File tree

3 files changed

+40
-107
lines changed

3 files changed

+40
-107
lines changed

.gitignore

Lines changed: 16 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,29 @@
1-
*~
21
*.a
3-
aclocal.m4
4-
aggregation1
5-
AUTHORS
6-
autom4te.cache
7-
bulk1
8-
bulk2
9-
bulk3
10-
bulk4
11-
bulk5
12-
bulk6
13-
bulk-collation
14-
ChangeLog
15-
cluster1
16-
CMakeCache.txt
17-
CMakeFiles
18-
compile
19-
config.*
20-
!config.yml
21-
configure
22-
data
23-
depcomp
24-
.deps
25-
.dirstamp
26-
.DS_Store
27-
echo-server
28-
example-collection-watch
29-
example-command-monitoring
30-
example-command-with-opts
31-
example-create-indexes
32-
example-client
33-
example-pool
34-
example-scram
35-
example-update
36-
example-gridfs
37-
example-matcher
38-
example-session
39-
example-sdam-monitoring
40-
example-update
41-
filter-bsondump
42-
find-and-modify
43-
fam
2+
*.dylib
443
*.gcda
454
*.gcno
465
*.gz
47-
index-source
48-
INSTALL
49-
install-sh
50-
*.la
51-
.libs
52-
libtool
53-
*.lo
54-
ltmain.sh
55-
Makefile
56-
Makefile.in
57-
missing
58-
mongoc-dump
59-
mongoc-ping
60-
mongoc-stat
61-
mongoc-tail
626
*.o
637
*.pc
64-
README
65-
repltest1
66-
shardtest1
67-
shardtest2
688
*.so
699
*.so.*
70-
stamp-h1
71-
*.swp
72-
tags
73-
test-libmongoc
10+
.githooks
11+
cmake-build
12+
cmake_install.cmake
13+
CMakeCache.txt
14+
CMakeFiles
15+
CPackConfig.cmake
16+
CPackSourceConfig.cmake
17+
CTestTestfile.cmake
18+
dist_manifest.txt
19+
Makefile
7420
test-results.json
75-
test-mock-server
76-
test-mongoc-array
77-
test-mongoc-buffer
78-
test-mongoc-client
79-
test-mongoc-client-pool
80-
test-mongoc-collection
81-
test-mongoc-cursor
82-
test-mongoc-database
83-
test-mongoc-exhaust
84-
test-mongoc-event
85-
test-mongoc-find-and-modify
86-
test-mongoc-gridfs
87-
test-mongoc-gridfs-file-page
88-
test-mongoc-list
89-
test-mongoc-matcher
90-
test-mongoc-queue
91-
test-mongoc-read-prefs
92-
test-mongoc-rpc
93-
test-mongoc-stream
94-
test-mongoc-stream-tls
95-
test-mongoc-uri
96-
test-mongoc-write-concern
97-
test-mongoc-gssapi
21+
9822
# Windows things
99-
*.dir
100-
*.vcxproj*
101-
Debug
102-
x64
10323
*.sdf
10424
*.sln
105-
install_manifest.txt
25+
*.vcxproj*
10626
.vs
107-
doc/html/_images
108-
CPackConfig.cmake
109-
CPackSourceConfig.cmake
110-
CTestTestfile.cmake
111-
accept_test1.c
112-
cmake_install.cmake
113-
libmongoc-1.0-config-version.cmake
114-
libmongoc-1.0-config.cmake
115-
libmongoc-static-1.0-config-version.cmake
116-
libmongoc-static-1.0-config.cmake
117-
src/zlib-1.2.11/zconf.h
118-
.githooks
119-
cmake-build
120-
dist_manifest.txt
27+
Debug
28+
install_manifest.txt
29+
x64

src/libmongoc/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
libmongoc-1.0-config-version.cmake
2+
libmongoc-1.0-config.cmake
3+
libmongoc-static-1.0-config-version.cmake
4+
libmongoc-static-1.0-config.cmake
5+
example-client
6+
example-collection-watch
7+
example-command-monitoring
8+
example-command-with-opts
9+
example-create-indexes
10+
example-gridfs
11+
example-pool
12+
example-scram
13+
example-sdam-monitoring
14+
example-session
15+
example-transaction
16+
example-update
17+
fam
18+
mongoc-dump
19+
mongoc-ping
20+
mongoc-stat
21+
mongoc-tail
22+
test-libmongoc
23+
test-mongoc-gssapi

src/zlib-1.2.11/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zconf.h

0 commit comments

Comments
 (0)