ls-files: Don't require exclude files to end with a newline.
commit451d7b47f1ba380b4f8e32b28052fff06eeb8638
authorAlexandre Julliard <julliard@winehq.org>
Sat, 18 Mar 2006 10:27:45 +0000 (18 11:27 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Mar 2006 22:01:37 +0000 (18 14:01 -0800)
treedc931f014c18245a448a49e9daabfd75f0251173
parentf5ef535ff571d80d230ea4706edad215f1fbc96f
ls-files: Don't require exclude files to end with a newline.

Without this patch, the last line of an exclude file is silently
ignored if it doesn't end with a newline.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
ls-files.c