From: Paul Ramsey Date: Wed, 1 Feb 2012 17:39:13 +0000 (+0000) Subject: Also remove .gitignore files from tarbal distro X-Git-Tag: 2.0.0alpha4~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af70a47eaa25fc1749238c8cd8545043d23df19b;p=postgis Also remove .gitignore files from tarbal distro git-svn-id: http://svn.osgeo.org/postgis/trunk@9004 b70326c6-7e19-0410-871a-916f4a2858ee --- 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