# probably machine-generated translation of DocBook (*.sgml) files
# core
# probably a Unix core dump -- not part of the sources anyway
-# *.o, *.lib, *.nm, a.out
+# *.o, *.so, *.lib, *.nm, a.out
# results of C-style linking, assembling, etc.
# *.core, *.map
# looks like SBCL SAVE-LISP-AND-DIE or GENESIS output, and
-name '*.tmp' -o \
-name '*.lisp-temp' -o \
-name '*.o' -o \
+ -name '*.so' -o \
-name 'a.out' -o \
-name 'sbcl' -o \
-name 'sbcl.h' -o \
#!/bin/sh
+# Remove directories which are known to be generated for output only.
+rm -rf html/
+
+# Remove files whose suffixes indicate that they're generated (e.g.
+# HTML or PostScript) not source (DocBook/SGML, build scripts, etc.).
find . \( \
-name '*.htm' -o \
-name '*.html' \) -print | xargs rm -f
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.4.18"
+"0.8.4.19"