[geos-commits] [SCM] GEOS branch master updated. c69915dae7a30883b69b261002538d1e5f55dd82

git at osgeo.org git at osgeo.org
Thu Apr 30 09:06:49 PDT 2020


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, master has been updated
       via  c69915dae7a30883b69b261002538d1e5f55dd82 (commit)
      from  9b5cdbfab048e177bb565bf5caf278a773fb36ab (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 c69915dae7a30883b69b261002538d1e5f55dd82
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Apr 30 09:06:44 2020 -0700

    properly ignore files ending in tilde

diff --git a/.gitignore b/.gitignore
index 697cb79..8084631 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,7 @@ Makefile
 .vimrc
 .dirstamp
 .tm_properties
-*~
+*\~
 *.o
 *.orig
 *.lo
@@ -41,6 +41,7 @@ benchmarks/operation/buffer/IteratedBufferStressTest
 benchmarks/operation/predicate/RectangleIntersectsPerfTest
 benchmarks/capi/memleak_mp_prep
 benchmarks/ClassSizes
+include/config.h.in~
 include/geos/platform.h
 include/geos/platform.h.disabled
 include/geos/stamp-h2

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

Summary of changes:
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list