1
0
mirror of synced 2026-01-13 07:29:52 +00:00
Interlisp.medley/.gitignore
Larry Masinter 810ac28628
git ignore files produced by HCFILES (#2084)
Co-authored-by: rmkaplan <69548581+rmkaplan@users.noreply.github.com>
2025-04-07 11:09:45 -07:00

69 lines
937 B
Plaintext

# loadup interim steps
tmp/*
# releases directory
releases/*
# maiko directory
maiko/
# all PDFs (those explicitly checked in aren't ignored
# normally when you have derived files, you ignore them from git
# because they will get regenerated when you rebuild.
# MEDLEY-UTILS HCFILES regenerates
# index.html files are also produced by HCFILES
*.pdf
index.html
# all loadup files
loadups/exports.all
library/RDSYS*
loadups/lisp.sysout
loadups/full.sysout
# not currently included but might as well ignore it
loadups/fuller.sysout
loadups/*.dribble
loadups/whereis.hash
loadups/apps.sysout
loadups/fuller.database
# manual cross-reference files
*.IMPTR
# (Accidentally) created sysouts at any level
*.sysout
*.SYSOUT
#compiled code -- leave in for now
# *.lcom
# *.LCOM
# *.dfasl
# *.DFASL
# older versions
*~
# emacs detritus
*\#
\.\#*
# core files
core
# Mac OS detritus
.DS_Store
*.PS
# nano detritus
*.swp
*.save