git-clean: honor core.excludesfile
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2007 09:54:43 +0000 (01:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2007 10:03:29 +0000 (02:03 -0800)
git-clean did not honor core.excludesfile configuration
variable, although some other commands such as git-add and
git-status did. Fix this inconsistency.

Original report and patch from Shun'ichi Fuji. Rewritten by me
and bugs and tests are mine.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found