Variable: term-completion-fignore
term-completion-fignore is a customizable variable defined in
term.el.gz.
Value
nil
Documentation
List of suffixes to be disregarded during file completion.
This mirrors the optional behavior of bash and tcsh.
Note that this applies to term-dynamic-complete-filename only.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-completion-fignore nil
"List of suffixes to be disregarded during file completion.
This mirrors the optional behavior of bash and tcsh.
Note that this applies to `term-dynamic-complete-filename' only."
:group 'term
:type '(choice (const nil)
(repeat :tag "List of suffixes" string)))