[geos-commits] [SCM] GEOS branch main updated. a690eb66dcaf87f8bc5e1489c58123cc20cd179e

git at osgeo.org git at osgeo.org
Wed Jun 19 05:38:06 PDT 2024


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  a690eb66dcaf87f8bc5e1489c58123cc20cd179e (commit)
      from  39629616d518dfa3f5c48365b4baf7017aa1625c (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 a690eb66dcaf87f8bc5e1489c58123cc20cd179e
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jun 19 14:37:00 2024 +0200

    Streamline git ignores
    
    Many entries were from before the move to git, others before the move
    to cmake.

diff --git a/.gitignore b/.gitignore
index 1fb0485a5..dbf6afd56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,65 +24,17 @@ CMakeCache.txt
 CMakeLists.txt.user
 DartConfiguration.tcl
 .DS_Store
-macros/libtool.m4
-macros/ltoptions.m4
-macros/ltsugar.m4
-macros/ltversion.m4
-macros/lt~obsolete.m4
+bin
+lib
 tags
-test-driver
-tests/thread/badthreadtest
-tests/thread/threadtest
-tests/unit/geos_unit
-tests/xmltester/SimpleWKTTester
-tests/xmltester/XMLTester
-tests/xmltester/testrunner
 tools/geos.pc
 tools/geos-config
-tools/astyle/astyle
-tests/bigtest/TestSweepLineSpeed
-tests/bigtest/bug234
-tests/geostest/geostest
-benchmarks/algorithm/InteriorPointAreaPerfTest
-benchmarks/algorithm/UnaryUnionSegmentsPerfTest
-benchmarks/algorithm/VoronoiPerfTest
-benchmarks/capi/GEOSPreparedContainsPerfTest
-benchmarks/capi/IntersectionPerfTest
-benchmarks/capi/memleak_mp_prep
-benchmarks/capi/UnaryOpPerfTest
-benchmarks/operation/buffer/IteratedBufferStressTest
-benchmarks/operation/predicate/RectangleIntersectsPerfTest
-benchmarks/ClassSizes
-include/config.h.in~
-include/geos/platform.h
-include/geos/platform.h.disabled
-include/geos/stamp-h2
 include/geos/version.h
-include/stamp-h1
-install-sh
-compile
-libtool
-ltmain.sh
-missing
-py-compile
-autom4te.cache/
 capi/geos_c.h
-config.guess
-config.log
-config.status
-config.sub
-depcomp
-doc/Doxyfile
-doc/example
-doc/doxygen_docs
-include/config.h
-include/config.h.in
-authors.git
 !/docker/**/README
 !/docker/**/Makefile
 /.vs*
 .idea/
 .project
-out/
 .ccache/
 web/public/

-----------------------------------------------------------------------

Summary of changes:
 .gitignore | 52 ++--------------------------------------------------
 1 file changed, 2 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list