X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=5f61242bce7cc50385edc93e85aec3b870ae572d;hb=ebee2761543b208483fe763b1d329d5d0014b892;hp=6a6d5bab05e1a517c15bc49d3b4f8143cde42389;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/clean.sh b/clean.sh index 6a6d5ba..5f61242 100755 --- a/clean.sh +++ b/clean.sh @@ -62,7 +62,7 @@ done # The system doc sources are mostly texinfo, plus various odds # and ends like docstrings embedded in .lisp sources; any HTML is # automatically-generated output. -# depend +# depend, *.d # made by "make depend" (or "gmake depend" or some such thing) # *.lisp-obj, *.fasl, *.x86f, *.axpf, *.lbytef, *.lib # typical extensions for fasl files (not just from SBCL, but @@ -84,6 +84,7 @@ find . \( \ -name '?*.axpf' -o \ -name '?*.lbytef' -o \ -name '?*.fasl' -o \ + -name '?*.FASL' -o \ -name 'core' -o \ -name '?*.core' -o \ -name '*.map' -o \ @@ -96,6 +97,7 @@ find . \( \ -name '*.lisp-temp' -o \ -name '*.o' -o \ -name '*.so' -o \ + -name '*.d' -o \ -name 'a.out' -o \ -name 'sbcl' -o \ -name 'sbcl.h' -o \