From b85193117ec0542c67e24b49e3203763d08df5c1 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 13 Aug 2001 23:24:42 +0000 Subject: [PATCH] Ignore .cvsignore files. git-svn-id: https://samskivert.googlecode.com/svn/trunk@253 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/bin/build-dist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/samskivert/bin/build-dist.sh b/projects/samskivert/bin/build-dist.sh index 18df7e90..7530fe54 100755 --- a/projects/samskivert/bin/build-dist.sh +++ b/projects/samskivert/bin/build-dist.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: build-dist.sh,v 1.1 2001/08/11 23:06:11 mdb Exp $ +# $Id: build-dist.sh,v 1.2 2001/08/13 23:24:42 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 @@ -25,6 +25,7 @@ lib/*.jar code docs .excludes +.cvsignore EOF # create our distribution directory