Skip to content

Commit

Permalink
[ARROW-205] Add xunit-results/ to .gitignore (#189)
Browse files Browse the repository at this point in the history
ARROW-205 Add xunit-results/ to .gitignore
  • Loading branch information
caseyclements authored Jan 29, 2024
1 parent 4613e7a commit 5b73be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ libbson
mongo-c-driver-*


# Benchmark output files
# Benchmark and test output files
results/*
xunit-results/

0 comments on commit 5b73be2

Please sign in to comment.