Function: magit-insert-skip-worktree-files
magit-insert-skip-worktree-files is a byte-compiled function defined
in magit-status.el.
Signature
(magit-insert-skip-worktree-files)
Documentation
Insert a list of skip-worktree files.
Honor the buffer's file filter, which can be set using "D - -".
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defun magit-insert-skip-worktree-files ()
"Insert a list of skip-worktree files.
Honor the buffer's file filter, which can be set using \"D - -\"."
(magit-insert-files 'skip-worktree #'magit-skip-worktree-files))