Function: grep-find-ignored-files
grep-find-ignored-files is a byte-compiled function defined in
grep.el.gz.
Signature
(grep-find-ignored-files DIR)
Documentation
Return the list of ignored files applicable to DIR.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
(defun grep-find-ignored-files (dir)
"Return the list of ignored files applicable to DIR."
(grep--filter-list-by-dir grep-find-ignored-files dir))