[SCM] PostGIS branch master updated. 3.6.0rc2-437-gee5c80269
git at osgeo.org
git at osgeo.org
Thu Apr 9 09:45:00 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via ee5c8026941e2920c2b1ca4f4edd6177b06864a2 (commit)
from 0f7d3d5628d0cf598c27ffe69e6fb25e8d05fe5d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ee5c8026941e2920c2b1ca4f4edd6177b06864a2
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Apr 9 18:44:42 2026 +0200
Ignore build dir during spell checking
diff --git a/.codespellrc b/.codespellrc
index 82f0b40c0..5fea525d5 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,6 +1,7 @@
[codespell]
ignore-words = .codespell.ignore
skip =
+ ./build/**,
./deps/**,
./extensions/*/sql/**,
./extensions/*/sql_bits/*.sql,
-----------------------------------------------------------------------
Summary of changes:
.codespellrc | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list