Function: projectile-ignored-files-rel
projectile-ignored-files-rel is a byte-compiled function defined in
projectile.el.
Signature
(projectile-ignored-files-rel)
Documentation
Return list of ignored files, relative to the root.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-ignored-files-rel ()
"Return list of ignored files, relative to the root."
(projectile-make-relative-to-root (projectile-ignored-files)))