From 6dfb1d4ada3839c0faa92e27698f6945a87a2e19 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 12 Aug 2001 04:21:13 +0000 Subject: [PATCH] Exclude .cvsignore files from the distribution. git-svn-id: https://samskivert.googlecode.com/svn/trunk@248 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/viztool/bin/build-dist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/viztool/bin/build-dist.sh b/projects/viztool/bin/build-dist.sh index 08c29b9e..e446df5c 100755 --- a/projects/viztool/bin/build-dist.sh +++ b/projects/viztool/bin/build-dist.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: build-dist.sh,v 1.1 2001/08/12 03:59:21 mdb Exp $ +# $Id: build-dist.sh,v 1.2 2001/08/12 04:21:13 mdb Exp $ # # Builds a distribution archive. This should be run from the top-level # project directory and it will place the distribution archive into the @@ -24,6 +24,7 @@ dist lib/*.jar code .excludes +.cvsignore EOF # create our distribution directory