[SCM] PostGIS branch master updated. 3.5.0-408-g89f34dbe2
git at osgeo.org
git at osgeo.org
Mon Jun 30 01:48:08 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 89f34dbe2841511564870f78681bd245b708ca7b (commit)
from 5e68c1b711f5c1c9a61443970680375f33bf85cb (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 89f34dbe2841511564870f78681bd245b708ca7b
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jun 30 10:46:17 2025 +0200
Ignore MacOS generated files
diff --git a/.gitignore b/.gitignore
index 56da459ad..1349b5322 100644
--- a/.gitignore
+++ b/.gitignore
@@ -224,3 +224,6 @@ deps/flatgeobuf/Makefile
# Dump
**/*Dump.xml
**/*.core
+
+# MacOS
+.DS_Store
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list