X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=c2bf8adc83ee026c87bd4c823e0d1675517fb649;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=bf5f974700e6e48c6cd705cff2c1e18c2bdac3db;hpb=f1407e424f1063203af07d2e61ceef58515a4797;p=sbcl.git diff --git a/clean.sh b/clean.sh index bf5f974..c2bf8ad 100755 --- a/clean.sh +++ b/clean.sh @@ -50,7 +50,7 @@ done # probably machine-generated translation of DocBook (*.sgml) files # core # probably a Unix core dump -- not part of the sources anyway -# *.o, *.lib, *.nm +# *.o, *.lib, *.nm, a.out # results of C-style linking, assembling, etc. # *.core, *.map # looks like SBCL SAVE-LISP-AND-DIE or GENESIS output, and @@ -69,6 +69,8 @@ done # *.lisp-obj, *.fasl, *.x86f, *.axpf, *.lbytef, *.lib # typical extensions for fasl files (not just from SBCL, but # from other Lisp systems which might be used as xc hosts) +# test-passed +# generated by automatic directory-test-thyself procedure find . \( \ -type l -o \ -name '*~' -o \ @@ -90,7 +92,9 @@ find . \( \ -name '*.target-obj' -o \ -name '*.lib' -o \ -name '*.tmp' -o \ + -name '*.lisp-temp' -o \ -name '*.o' -o \ + -name 'a.out' -o \ -name 'sbcl' -o \ -name 'sbcl.h' -o \ -name 'depend' -o \