Make patch files keep their line endings. Fix #429

This fixes a problem with applying the patches
on Windows where the patch and the files to be
patched have different format for line endings.
This commit is contained in:
David Hedqvist 2019-03-22 10:19:57 +01:00 committed by Igor Korsakov
parent ab2a21186f
commit 2bfdc5c02e

1
.gitattributes vendored
View file

@ -1 +1,2 @@
*.pbxproj -text
*.patch -text