1
0
mirror of synced 2026-02-01 06:32:47 +00:00
Files
Interlisp.medley/.gitignore
Larry Masinter 7897471126 no longer commit loadups; start with starter.sysout (#430)
* 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
2021-08-26 15:47:59 -07:00

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