]> granicus.if.org Git - postgis/commitdiff
Also remove .gitignore files from tarbal distro
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 1 Feb 2012 17:39:13 +0000 (17:39 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 1 Feb 2012 17:39:13 +0000 (17:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9004 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index ed25c4c77135c05c9fa477d1cc7401c5fb4b9a6b..8af9f4045628a2e2d099a75a652ba9a8b8a46dc0 100644 (file)
@@ -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