This is an automated email from the ASF dual-hosted git repository.
ronny 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 e6b1be700 Ignore built win binaries (#4323)
e6b1be700 is described below
commit e6b1be70050fe887f7438a43dba4833b0fc8022e
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue Dec 20 11:20:21 2022 +0100
Ignore built win binaries (#4323)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7c2b9f189..3ec922c7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@
*.pyc
*.swp
*.pdb
+*.dll
+*.lib
+*.exp
*~
.venv
.DS_Store