Exclude .cvsignore files from the distribution.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@248 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-12 04:21:13 +00:00
parent 4ddd0fbf02
commit 6dfb1d4ada
+2 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Builds a distribution archive. This should be run from the top-level
# project directory and it will place the distribution archive into the # project directory and it will place the distribution archive into the
@@ -24,6 +24,7 @@ dist
lib/*.jar lib/*.jar
code code
.excludes .excludes
.cvsignore
EOF EOF
# create our distribution directory # create our distribution directory