X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=clean.sh;h=bf5f974700e6e48c6cd705cff2c1e18c2bdac3db;hb=3eedd5a020356291b2c1c2e426ef9fc7dd5928d9;hp=46ccee3e88329872dd46fd7ac67dd8f27d3cc2ec;hpb=722703e7cbd3a4b279a4c1baab5d95df2c23cce9;p=sbcl.git diff --git a/clean.sh b/clean.sh index 46ccee3..bf5f974 100755 --- a/clean.sh +++ b/clean.sh @@ -59,7 +59,7 @@ done # common names for editor temporary files # TAGS, tags # files created by GNU etags and ctags -# .#*, *.orig, .*.orig +# .#*, *.orig, .*.orig, *.rej # rubbish left behind by CVS updates # *.htm, *.html # The system doc sources are SGML, any HTML is @@ -76,6 +76,7 @@ find . \( \ -name '.#*' -o \ -name '*.orig' -o \ -name '.*.orig' -o \ + -name '*.rej' -o \ -name '?*.x86f' -o \ -name '?*.axpf' -o \ -name '?*.lbytef' -o \ @@ -93,8 +94,9 @@ find . \( \ -name 'sbcl' -o \ -name 'sbcl.h' -o \ -name 'depend' -o \ - -name '*.htm' -o \ - -name '*.html' -o \ -name 'TAGS' -o \ -name 'tags' -o \ + -name 'test-passed' -o \ -name 'local-target-features.lisp-expr' \) -print | xargs rm -f + +cd doc && sh ./clean.sh