[SCM] PostGIS branch stable-3.0 updated. 3.0.11-9-gc23e3e056
git at osgeo.org
git at osgeo.org
Tue Feb 18 04:49:10 PST 2025
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, stable-3.0 has been updated
via c23e3e05652f173be6731d0fdfd09adec63015c5 (commit)
from 45351518ed8a25830379eb68034b49daf53cd93b (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 c23e3e05652f173be6731d0fdfd09adec63015c5
Author: Evan Si <evsi at amazon.com>
Date: Mon Feb 17 18:30:47 2025 +0000
Remove topogeo_addlinestring_expected from .gitignore
It's not a generated file.
Closes #5852 in stable-3.0 branch (3.0.12dev)
diff --git a/.gitignore b/.gitignore
index 96c5bfc75..51fcc5202 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,7 +161,6 @@ topology/test/Makefile
topology/test/load_topology-4326.sql
topology/test/load_topology.sql
topology/test/topo_predicates.sql
-topology/test/regress/topogeo_addlinestring_expected
topology/topology_drop_after.sql
topology/topology_drop_after.sql.in
topology/topology_drop_before.sql
@@ -191,4 +190,4 @@ deps/wagyu/Makefile
#generated files
postgis_revision.h
postgis_svn_revision.h
-ChangeLog
+ChangeLog
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list