X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;fp=clean.sh;h=bf5f974700e6e48c6cd705cff2c1e18c2bdac3db;hb=f1407e424f1063203af07d2e61ceef58515a4797;hp=6088d374dfac448f8c687c9ae07c828041dbddd5;hpb=efb7317381c54e1a28f6c1c179a4fb8d58fdc7eb;p=sbcl.git diff --git a/clean.sh b/clean.sh index 6088d37..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 \