This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f01770dee9 MINOR: [Python] Adding .hypothesis directory to gitignore 
(#13664)
f01770dee9 is described below

commit f01770dee9064761c30112255a008b52319aa24f
Author: Weston Pace <[email protected]>
AuthorDate: Thu Jul 21 13:34:37 2022 -1000

    MINOR: [Python] Adding .hypothesis directory to gitignore (#13664)
    
    Authored-by: Weston Pace <[email protected]>
    Signed-off-by: Weston Pace <[email protected]>
---
 python/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/.gitignore b/python/.gitignore
index a12f7903f8..45a4ffdb18 100644
--- a/python/.gitignore
+++ b/python/.gitignore
@@ -30,6 +30,8 @@ dist
 .coverage
 coverage.xml
 htmlcov
+# Hypothesis test framework
+.hypothesis/
 # Cache
 .cache
 

Reply via email to