Variable: tramp-ignored-file-name-regexp

tramp-ignored-file-name-regexp is a customizable variable defined in tramp.el.gz.

Value

nil

Documentation

Regular expression matching file names that are not under Tramp's control.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;;###autoload
(defcustom tramp-ignored-file-name-regexp nil
  "Regular expression matching file names that are not under Tramp's control."
  :version "27.1"
  :type '(choice (const nil) regexp)
  :link '(tramp-info-link :tag "Tramp manual" tramp-ignored-file-name-regexp))