From ecd19ec42b2869a927f599bca78fe4496cf83d10 Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Tue, 10 Mar 2026 14:04:16 -0700 Subject: [PATCH] fix .gitignore when loops is a subprojecdt --- .gitignore | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 484aacf..11982a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,38 +1,16 @@ -# loadup interim steps - -tmp/* - -# all loadup files - -library/exports.all -library/RDSYS* -loadups/lisp.sysout -loadups/full.sysout -loadups/*.dribble -loadups/whereis.hash +# .gitignore for submodules -- medley/loops +*.pdf +index.html # 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