From: Junio C Hamano <hidden> Date: 2016-06-15 22:41:55
quoted
quoted
quoted
quoted
"MP" == Matt Porter [off-list ref] writes:
MP> Adds a trivial per-repository exclude file implementation for
MP> cg-status on top of the new git-ls-files option.
MP> +EXCLUDEFILE=.git/exclude
Good intentions, but shouldn't the file be .git/info/exclude
(i.e. under .git/info)?