Skip to content

Commit 2dd33a2

Browse files
PYTHON-4055 Add xunit-results to .gitignore (mongodb#1445)
1 parent d4dfd4a commit 2dd33a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ build/
99
doc/_build/
1010
dist/
1111
tools/settings.py
12+
drivers-evergreen-tools
1213
pymongo.egg-info/
1314
*.so
14-
*.egg
15+
*.egg*
1516
.tox
1617
mongocryptd.pid
1718
.idea/
19+
.vscode/
1820
.nova/
1921
venv/
2022
secrets-export.sh
@@ -25,3 +27,7 @@ test/lambda/env.json
2527
test/lambda/mongodb/pymongo/*
2628
test/lambda/mongodb/gridfs/*
2729
test/lambda/mongodb/bson/*
30+
31+
# test results and logs
32+
xunit-results/
33+
server.log

0 commit comments

Comments
 (0)