git ls files recursively show ignored files
commit1e3584053d56157549c01114f9550d1db7014a3e
authorShawn Pearce <spearce@spearce.org>
Fri, 24 Feb 2006 22:02:34 +0000 (24 17:02 -0500)
committerJunio C Hamano <junkio@cox.net>
Sat, 25 Feb 2006 00:16:34 +0000 (24 16:16 -0800)
treedbdf5d77a2c7962f2bf656c0ff5f883a426ba62e
parent43f72af1bc754f164071140a073d35dad21d2e4e
git ls files recursively show ignored files

Make git-ls-files --others --ignored recurse into non-excluded
subdirectories.

Typically when asking git-ls-files to display all files which are
ignored by one or more exclude patterns one would want it to recurse
into subdirectories which are not themselves excluded to see if
there are any excluded files contained within those subdirectories.

Signed-off-by: Junio C Hamano <junkio@cox.net>
ls-files.c