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

git at osgeo.org git at osgeo.org
Tue May 21 18:41:11 PDT 2019


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  f552ee8bdd85b5d2b422879d5a81093591d7bb0e (commit)
      from  e5e15f6ffce2a42e7ae51c9ac62b258957b4ba4c (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 f552ee8bdd85b5d2b422879d5a81093591d7bb0e
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue May 21 21:31:22 2019 -0400

    .gitignore additions

diff --git a/.gitignore b/.gitignore
index 725d990..85214c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,9 +10,12 @@ geos_revision.h
 .dirstamp
 .tm_properties
 *.o
+*.orig
 *.lo
 *.la
 *.log
+*.swo
+*.swp
 *.trs
 *.exe
 macros/libtool.m4
@@ -20,6 +23,7 @@ macros/ltoptions.m4
 macros/ltsugar.m4
 macros/ltversion.m4
 macros/lt~obsolete.m4
+tags
 test-driver
 tests/thread/badthreadtest
 tests/thread/threadtest
@@ -28,6 +32,7 @@ tests/xmltester/SimpleWKTTester
 tests/xmltester/XMLTester
 tests/xmltester/testrunner
 tools/geos-config
+tools/astyle/astyle
 tests/bigtest/TestSweepLineSpeed
 tests/bigtest/bug234
 tests/geostest/geostest
@@ -63,3 +68,4 @@ authors.git
 !/docker/**/README
 !/docker/**/Makefile
 /.vs*
+.idea/

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list