]> granicus.if.org Git - docbook-dsssl/commitdiff
Exclude .#* from zip as well
authorNorman Walsh <ndw@nwalsh.com>
Mon, 8 Jul 2002 09:07:21 +0000 (09:07 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 8 Jul 2002 09:07:21 +0000 (09:07 +0000)
xsl/Makefile

index 93c0af9f63358b9f99cd6f64a8c8f88626503433..699d30a7578e02821b39925b9a36ba46b8388b57 100644 (file)
@@ -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