From 8d9c47709f5e4bb9117577a4cd67bbc8f3a09e99 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 8 Apr 2014 08:49:53 +0000 Subject: [PATCH] Clean files generated on 'make gaden' And tell git to ignore them git-svn-id: http://svn.osgeo.org/postgis/trunk@12439 b70326c6-7e19-0410-871a-916f4a2858ee --- .gitignore | 3 +++ doc/Makefile.in | 2 ++ regress/Makefile.in | 1 + 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f5572d29c..124df25b1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ doc/postgis_aggs_mm.xml doc/postgis_comments.sql doc/postgis-out.xml doc/raster_comments.sql +doc/postgis_gardentest_*.sql +doc/raster_gardentest_*.sql doc/tiger_geocoder_comments.sql doc/topology_comments.sql extensions/Makefile @@ -100,6 +102,7 @@ raster/test/regress/rtpostgis.sql regress/00-regress-install/ regress/Makefile regress/postgis.sql +regress/postgis_garden_result.txt *.so st_*.png .svn diff --git a/doc/Makefile.in b/doc/Makefile.in index b0f06b7a6..2368f965f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -276,6 +276,8 @@ clean: rm -f *.epub $(MAKE) -C html/image_src clean rm -f $(XML_GENERATED_SOURCES) + rm -f postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql + rm -f raster_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql distclean: clean $(MAKE) -C html/image_src distclean diff --git a/regress/Makefile.in b/regress/Makefile.in index 3140c0b56..a35a87761 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -228,3 +228,4 @@ cleanup: clean: rm -rf $(REGRESS_INSTALLDIR) + rm -f postgis_garden_result.txt -- 2.50.0