This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 426a19b5e720171cd6ded4afdbd9d7e35299bf1b Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sun Apr 3 18:31:22 2022 -0400 Do not git ignore src/ioq subfolder We include ioq in the main repo currently so it doesn't make sense to ignore it. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d49a336e..e9addae2a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,6 @@ src/hqueue/ src/hyper/ src/ibrowse/ src/idna/ -src/ioq/ src/jiffy/ src/ken/ src/khash/
