This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch git-ignore-hypothesis in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 06b99d42e381a899611215b69a5d5fbc599eeb88 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
