[geos-commits] [SCM] GEOS branch main updated. b142156227e2c484f80c62b8cf28b02ada859518
git at osgeo.org
git at osgeo.org
Tue Aug 12 11:46:18 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 "GEOS".
The branch, main has been updated
via b142156227e2c484f80c62b8cf28b02ada859518 (commit)
from c939be8e569976bc2f7dedae2976c7dac904a16c (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 b142156227e2c484f80c62b8cf28b02ada859518
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Aug 12 11:45:54 2025 -0700
Mark of pieces of the code base to not export, most particularly the web directory
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a7a2c843d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,9 @@
+
+# Exclude specific files at the root of the repository
+.gitignore export-ignore
+HOWTO_RELEASE export-ignore
+
+web/ export-ignore
+php/ export-ignore
+tools/ci/ export-ignore
+debian/ export-ignore
-----------------------------------------------------------------------
Summary of changes:
.gitattributes | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .gitattributes
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list