X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=29af85950162db5b174297f7906d35bc2f389463;hb=29a9ccc860532b32c566aec095f570e999a9c52c;hp=7c6756cf35e48911de18ebbe6fdd597388cbe753;hpb=959057baab99d4328fc386aee3fcc812f5fcb3ed;p=sbcl.git diff --git a/clean.sh b/clean.sh index 7c6756c..29af859 100755 --- a/clean.sh +++ b/clean.sh @@ -57,6 +57,8 @@ done # certainly not source # *~, #*#, TAGS # common names for editor temporary files +# .#* +# rubbish left behind by CVS updates # *.htm, *.html # The system doc sources are SGML, any HTML is # automatically-generated output. @@ -68,6 +70,7 @@ find . \( \ -type l -or \ -name '*~' -or \ -name '#*#' -or \ + -name '.#*' -or \ -name '?*.x86f' -or \ -name '?*.axpf' -or \ -name '?*.lbytef' -or \