Skip to content

Commit a4f5beb

Browse files
author
Christian Hergert
committed
git: update .gitignore to ignore *.gz
1 parent d99cc2d commit a4f5beb

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.gitignore

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.DS_Store
21
*~
32
*.a
43
aclocal.m4
@@ -21,14 +20,18 @@ data
2120
depcomp
2221
.deps
2322
.dirstamp
23+
.DS_Store
2424
echo-server
25+
example-client
26+
example-gridfs
2527
example-matcher
28+
filter-bsondump
2629
find-and-modify
2730
*.gcda
2831
*.gcno
29-
INSTALL
30-
tags
32+
*.gz
3133
index-source
34+
INSTALL
3235
install-sh
3336
*.la
3437
.libs
@@ -46,19 +49,17 @@ mongoc-tail
4649
*.o
4750
*.pc
4851
README
52+
repltest1
53+
shardtest1
54+
shardtest2
4955
*.so
5056
*.so.*
5157
stamp-h1
5258
*.swp
53-
example-client
54-
example-gridfs
55-
filter-bsondump
56-
repltest1
57-
shardtest1
58-
shardtest2
59-
test.log
59+
tags
6060
test-libmongoc
6161
test-load
62+
test.log
6263
test-mock-server
6364
test-mongoc-array
6465
test-mongoc-buffer

0 commit comments

Comments
 (0)