[geos-commits] [SCM] GEOS branch master updated. 2c0c59b2cb89ace31b78f34ce09118701e2ebaad

git at osgeo.org git at osgeo.org
Thu Jan 21 12:29:21 PST 2021


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  2c0c59b2cb89ace31b78f34ce09118701e2ebaad (commit)
      from  48150aa021056a73534dab8554107ed0aaf15545 (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 2c0c59b2cb89ace31b78f34ce09118701e2ebaad
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 21 12:29:17 2021 -0800

    add back the autotools ignores, of course we will endup with a bunch of artifacts accidentally committed if the are taken out

diff --git a/.gitignore b/.gitignore
index 1eefe2e..d116d9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
 /*build*
 /*install*
+aclocal.m4
+Makefile.in
+Makefile
+.libs
 .deps
 .vimrc
 .dirstamp
@@ -15,6 +19,11 @@
 *.trs
 *.exe
 .DS_Store
+macros/libtool.m4
+macros/ltoptions.m4
+macros/ltsugar.m4
+macros/ltversion.m4
+macros/lt~obsolete.m4
 tags
 test-driver
 tests/thread/badthreadtest
@@ -45,8 +54,18 @@ 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
 configure
 depcomp
 doc/Doxyfile

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

Summary of changes:
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list