• A
    remove CR/LF from .gitignore · d317e438
    Alex Riesen 提交于
    For everyone cursed by dos/windows line endings (aka CRLF):
    
    The code reading the .gitignore files (excludes and excludes per
    directory) leaves \r in the patterns, which causes fnmatch to fail for
    no obvious reason. Just remove a "\r" preceding a "\n"
    unconditionally.
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    d317e438
ls-files.c 14.8 KB