From be6fccae35f37217b7f52f9c2dce45a473fe3e6b Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 13 Nov 1990 07:14:16 +0000 Subject: [PATCH] Added sparcf, mipsf, and rtf to the list of ignored file types. --- hemlock/echocoms.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp index ae63b837d..c2caac260 100644 --- a/hemlock/echocoms.lisp +++ b/hemlock/echocoms.lisp @@ -21,7 +21,7 @@ (defhvar "Ignore File Types" "File types to ignore when trying to complete a filename." :value - (list "fasl" "err" ; Lisp + (list "err" "fasl" "mipsf" "sparcf" "rtf" ; Lisp "BAK" "CKP" ; Backups & Checkpoints "PS" "ps" "press" "otl" "dvi" "toc" ; Formatting "bbl" "lof" "idx" "lot" "aux" ; Formatting -- GitLab