1
0
mirror of synced 2026-01-13 15:37:38 +00:00
Interlisp.medley/.gitignore
Larry Masinter d79d5b397b
Remove derived PDFs from repo; now in 'src' repo, comstructed by HCFILES and MAKE-INDEX-HTMLS (#1657)
* Remove derived PDFs from branch other than gh-pages

* only the gh-pages branch should have the pdfs

* make pdfs and listings

* Update HCFILES and MAKE-INDEX-HTMLS, add preliminary documentation

* add a slashit to avoid angle brackets
2024-04-29 16:28:22 -07:00

59 lines
789 B
Plaintext

# loadup interim steps
tmp/*
# releases directory
releases/*
# 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
*.pdf
# all loadup files
loadups/exports.all
library/RDSYS*
loadups/lisp.sysout
loadups/full.sysout
loadups/fuller.sysout # not currently included but might as well ignore it
loadups/*.dribble
loadups/whereis.hash
loadups/apps.sysout
loadups/fuller.database
# 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
*.PS
# nano detritus
*.swp
*.save