Function: magit-insert-ignored-files

magit-insert-ignored-files is a byte-compiled function defined in magit-status.el.

Signature

(magit-insert-ignored-files)

Documentation

Insert a list of ignored 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-ignored-files ()
  "Insert a list of ignored files.
Honor the buffer's file filter, which can be set using \"D - -\"."
  (magit-insert-files 'ignored (##magit-ignored-files "--directory" %)))