Function: vc-git-find-ignore-file
vc-git-find-ignore-file is a byte-compiled function defined in
vc-git.el.gz.
Signature
(vc-git-find-ignore-file FILE)
Documentation
Return the git ignore file that controls FILE.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-find-ignore-file (file)
"Return the git ignore file that controls FILE."
(expand-file-name ".gitignore"
(vc-git-root file)))