Function: magit-skip-worktree-files
magit-skip-worktree-files is a byte-compiled function defined in
magit-git.el.
Signature
(magit-skip-worktree-files &rest ARGS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-skip-worktree-files (&rest args)
(seq-keep (##and (= (aref % 0) ?S)
(substring % 2))
(magit-list-files "-t" args)))