* move badfiles * fix release to include sources * load known, used image object defns * add docs/Documentation Tools to release * Avoid --exclude-backups with explicit exclude * fix typo remove 'release-one' leftover from older regime * update release notes
39 lines
381 B
Plaintext
39 lines
381 B
Plaintext
# loadup interim steps
|
|
|
|
tmp/*
|
|
|
|
# all loadup files
|
|
|
|
library/exports.all
|
|
library/RDSYS*
|
|
loadups/lisp.sysout
|
|
loadups/full.sysout
|
|
loadups/*.dribble
|
|
loadups/whereis.hash
|
|
|
|
# manual cross-reference files
|
|
|
|
*.IMPTR
|
|
|
|
#compiled code -- leave in for now
|
|
|
|
# *.lcom
|
|
# *.LCOM
|
|
# *.dfasl
|
|
# *.DFASL
|
|
|
|
# older versions
|
|
|
|
*~
|
|
|
|
# emacs detritus
|
|
*\#
|
|
\.\#*
|
|
|
|
# core files
|
|
|
|
core
|
|
|
|
# Mac OS detritus
|
|
.DS_Store
|