Clarify git status output.
authorJunio C Hamano <junkio@cox.net>
Mon, 24 Oct 2005 22:11:47 +0000 (15:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Oct 2005 22:11:47 +0000 (15:11 -0700)
commit38cc7ab8144e111b47ac0ad3fcf6cb70d546e473
treef39ac158ebd3d63dac4b72c37e9c5c646c1ef933
parent7744f3b8882812d4ff3e75a3c84763895f5d9cdf
Clarify git status output.

What we list as "Ignored files" are not "ignored".  Rather, it
is the list of "not listed in the to-be-ignored files, but
exists -- you may be forgetting to add them".

Pointed out by Daniel.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-status.sh