This is an automated email from the ASF dual-hosted git repository.
jaydoane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new ce2769777 Git ignore all `.hypothesis` directories
ce2769777 is described below
commit ce2769777c2ce1a827536ee07318c72a29d30053
Author: Jay Doane <[email protected]>
AuthorDate: Thu Dec 7 14:23:51 2023 -0800
Git ignore all `.hypothesis` directories
A `.hypothesis` directory was observed at the top level of the repo,
so ignore them wherever they might be.
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 30aed7787..e3a25b02e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
.vscode
.rebar/
.eunit/
+.hypothesis/
cover/
/core
debian/
@@ -119,7 +120,6 @@ src/mango/ebin/
src/mango/test/*.pyc
src/mango/nosetests.xml
src/mango/venv/
-src/mango/.hypothesis/
src/jwtf/.rebar3/
test/javascript/junit.xml