Function: magit-file-ignored-p

magit-file-ignored-p is a byte-compiled function defined in magit-git.el.

Signature

(magit-file-ignored-p FILE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
;;; Files
;;;; File Predicates

(defun magit-file-ignored-p (file)
  (magit-git-string "ls-files" "--others" "--ignored" "--exclude-standard"
                    "--" (magit-convert-filename-for-git file)))