Function: magit-ignored-files
magit-ignored-files is a byte-compiled function defined in
magit-git.el.
Signature
(magit-ignored-files &rest ARGS)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-ignored-files (&rest args)
(magit-list-files "--others" "--ignored" "--exclude-standard" args))