Function: magit-jump-to-ignored

magit-jump-to-ignored is an interactive and byte-compiled function defined in magit-status.el.

Signature

(magit-jump-to-ignored &optional ARG1)

Documentation

Jump to the section "Ignored files".

With a prefix argument also expand it.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(magit-define-section-jumper magit-jump-to-ignored
  "Ignored files" ignored nil magit-insert-ignored-files)