From af70a47eaa25fc1749238c8cd8545043d23df19b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 1 Feb 2012 17:39:13 +0000 Subject: [PATCH] Also remove .gitignore files from tarbal distro git-svn-id: http://svn.osgeo.org/postgis/trunk@9004 b70326c6-7e19-0410-871a-916f4a2858ee --- make_dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_dist.sh b/make_dist.sh index ed25c4c77..8af9f4045 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -41,6 +41,7 @@ fi # remove .cvsignore, make_dist.sh and HOWTO_RELEASE echo "Removing .cvsignore and make_dist.sh files" find "$outdir" -name .cvsignore -exec rm {} \; +find "$outdir" -name .gitignore -exec rm {} \; rm -f "$outdir"/make_dist.sh "$outdir"/HOWTO_RELEASE # generating configure script and configuring -- 2.40.0