remove CR/LF from .gitignore
From: Alex Riesen <hidden>
Date: 2016-06-15 22:42:10
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. --- Junio, sorry for attachments. Have no other way to it on gmail here at work. The other patch is just the test.