Skip to content

Commit a32da14

Browse files
jmikolakevinAlbs
authored andcommitted
Add more build artifacts to gitignore (#782)
This also reorganizes the gitignore for libbson a bit.
1 parent 38b707a commit a32da14

File tree

3 files changed

+42
-8
lines changed

3 files changed

+42
-8
lines changed

src/common/.gitignore

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

src/libbson/.gitignore

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
aclocal.m4
44
AUTHORS
55
autom4te.cache
6-
bcon-col-view
7-
bcon-speed
8-
bson-streaming-reader
9-
bson-metrics
10-
bson-to-json
11-
bson-validate
12-
bson-depth
136
ChangeLog
147
CMakeFiles
158
CMakeCache.txt
@@ -23,7 +16,6 @@ depcomp
2316
*.exe
2417
INSTALL
2518
install-sh
26-
json-to-bson
2719
*.la
2820
.libs
2921
libtool
@@ -55,8 +47,23 @@ CPackConfig.cmake
5547
CPackSourceConfig.cmake
5648
CTestTestfile.cmake
5749
cmake_install.cmake
50+
51+
# CMake artifacts
5852
libbson-1.0-config-version.cmake
5953
libbson-1.0-config.cmake
6054
libbson-static-1.0-config-version.cmake
6155
libbson-static-1.0-config.cmake
56+
bson/bson-1.0-config-version.cmake
57+
bson/bson-1.0-config.cmake
58+
bson/bson-targets.cmake
6259

60+
# Example binaries
61+
bcon-col-view
62+
bcon-speed
63+
bson-check-depth
64+
bson-depth
65+
bson-metrics
66+
bson-streaming-reader
67+
bson-to-json
68+
bson-validate
69+
json-to-bson

src/libmongoc/.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,50 @@
1+
# CMake artifacts
12
libmongoc-1.0-config-version.cmake
23
libmongoc-1.0-config.cmake
34
libmongoc-static-1.0-config-version.cmake
45
libmongoc-static-1.0-config.cmake
6+
mongoc/mongoc-1.0-config.cmake
7+
mongoc/mongoc-1.0-config-version.cmake
8+
mongoc/mongoc-targets.cmake
9+
10+
# Test program for mongoc_get_accept_args in CMakeLists.txt
11+
accept_test1.c
12+
13+
# Example binaries
14+
aggregation1
15+
basic-aggregation
16+
bulk-collation
17+
bulk1
18+
bulk2
19+
bulk3
20+
bulk4
21+
bulk5
22+
bulk6
23+
common-operations
524
example-client
625
example-collection-watch
726
example-command-monitoring
827
example-command-with-opts
928
example-create-indexes
1029
example-gridfs
30+
example-gridfs-bucket
1131
example-pool
32+
example-resume
1233
example-scram
1334
example-sdam-monitoring
1435
example-session
36+
example-start-at-optime
1537
example-transaction
1638
example-update
1739
fam
40+
find-and-modify
41+
hello_mongoc
1842
mongoc-dump
1943
mongoc-ping
2044
mongoc-stat
2145
mongoc-tail
46+
47+
# Test binaries
2248
test-libmongoc
2349
test-mongoc-gssapi
2450
test-mongoc-cache

0 commit comments

Comments
 (0)