[SCM] PostGIS branch master updated. 3.5.0-329-g1265101c4
git at osgeo.org
git at osgeo.org
Sat May 17 01:31:05 PDT 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, master has been updated
via 1265101c448e5aba7e7a41b13d6677521a4e0ade (commit)
from 4be6f1b88a6fd8e35f9c7081b6a00c44fe964973 (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 1265101c448e5aba7e7a41b13d6677521a4e0ade
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Thu May 15 08:25:32 2025 +0200
style(gitignore): Ignore Dumps file (Dump.xml and .core)
diff --git a/.gitignore b/.gitignore
index 9cb8c5919..7fd707a09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -218,3 +218,7 @@ deps/Makefile
deps/wagyu/Makefile
deps/ryu/Makefile
deps/flatgeobuf/Makefile
+
+# Dump
+**/*Dump.xml
+**/*.core
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list