PYTHON-4055 Add xunit-results to .gitignore (#1445)

This commit is contained in:
Casey Clements 2023-11-30 20:39:40 -05:00 committed by GitHub
parent d4dfd4a044
commit 2dd33a2c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.gitignore vendored
View File

@ -9,12 +9,14 @@ build/
doc/_build/
dist/
tools/settings.py
drivers-evergreen-tools
pymongo.egg-info/
*.so
*.egg
*.egg*
.tox
mongocryptd.pid
.idea/
.vscode/
.nova/
venv/
secrets-export.sh
@ -25,3 +27,7 @@ test/lambda/env.json
test/lambda/mongodb/pymongo/*
test/lambda/mongodb/gridfs/*
test/lambda/mongodb/bson/*
# test results and logs
xunit-results/
server.log