* Start loadup using lisp.venuesysout as the base on which to build new * Change 'starter.sysout' (taken from recent lisp.sysout) * Fix problem with GREET ordering
35 lines
340 B
Plaintext
35 lines
340 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
|
|
|
|
#compiled code -- leave in for now
|
|
|
|
# *.lcom
|
|
# *.LCOM
|
|
# *.dfasl
|
|
# *.DFASL
|
|
|
|
# older versions
|
|
|
|
*~
|
|
|
|
# emacs detritus
|
|
*\#
|
|
\.\#*
|
|
|
|
# core files
|
|
|
|
core
|
|
|
|
# Mac OS detritus
|
|
.DS_Store
|