Skip to content

Commit 9cfe2ea

Browse files
committed
CDRIVER-2662 update .gitignore
1 parent 98c3b87 commit 9cfe2ea

File tree

3 files changed

+40
-108
lines changed

3 files changed

+40
-108
lines changed

.gitignore

Lines changed: 16 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +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-transaction
41-
example-update
42-
filter-bsondump
43-
find-and-modify
44-
fam
2+
*.dylib
453
*.gcda
464
*.gcno
475
*.gz
48-
index-source
49-
INSTALL
50-
install-sh
51-
*.la
52-
.libs
53-
libtool
54-
*.lo
55-
ltmain.sh
56-
Makefile
57-
Makefile.in
58-
missing
59-
mongoc-dump
60-
mongoc-ping
61-
mongoc-stat
62-
mongoc-tail
636
*.o
647
*.pc
65-
README
66-
repltest1
67-
shardtest1
68-
shardtest2
698
*.so
709
*.so.*
71-
stamp-h1
72-
*.swp
73-
tags
74-
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
7520
test-results.json
76-
test-mock-server
77-
test-mongoc-array
78-
test-mongoc-buffer
79-
test-mongoc-client
80-
test-mongoc-client-pool
81-
test-mongoc-collection
82-
test-mongoc-cursor
83-
test-mongoc-database
84-
test-mongoc-exhaust
85-
test-mongoc-event
86-
test-mongoc-find-and-modify
87-
test-mongoc-gridfs
88-
test-mongoc-gridfs-file-page
89-
test-mongoc-list
90-
test-mongoc-matcher
91-
test-mongoc-queue
92-
test-mongoc-read-prefs
93-
test-mongoc-rpc
94-
test-mongoc-stream
95-
test-mongoc-stream-tls
96-
test-mongoc-uri
97-
test-mongoc-write-concern
98-
test-mongoc-gssapi
21+
9922
# Windows things
100-
*.dir
101-
*.vcxproj*
102-
Debug
103-
x64
10423
*.sdf
10524
*.sln
106-
install_manifest.txt
25+
*.vcxproj*
10726
.vs
108-
doc/html/_images
109-
CPackConfig.cmake
110-
CPackSourceConfig.cmake
111-
CTestTestfile.cmake
112-
accept_test1.c
113-
cmake_install.cmake
114-
libmongoc-1.0-config-version.cmake
115-
libmongoc-1.0-config.cmake
116-
libmongoc-static-1.0-config-version.cmake
117-
libmongoc-static-1.0-config.cmake
118-
src/zlib-1.2.11/zconf.h
119-
.githooks
120-
cmake-build
121-
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)