From 8663789f6ff178d4104bec9ed23da204afb3ae5e Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 8 Jul 2002 09:07:21 +0000 Subject: [PATCH] Exclude .#* from zip as well --- xsl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xsl/Makefile b/xsl/Makefile index 93c0af9f6..699d30a75 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -65,6 +65,7 @@ else find . -type f -name "*~" | cut -c3- >> /tmp/tar.exclude find . -type f -name ".*~" | cut -c3- >> /tmp/tar.exclude find . -type f -name "#*" | cut -c3- >> /tmp/tar.exclude + find . -type f -name ".#*" | cut -c3- >> /tmp/tar.exclude find . -type f -name ".cvsignore" | cut -c3- >> /tmp/tar.exclude find . -type f -name "Makefile*" | cut -c3- >> /tmp/tar.exclude find . -type f -name "README.CVS" | cut -c3- >> /tmp/tar.exclude -- 2.40.0