Fix Windows build due to line ending changes in sed
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 Feb 2017 13:21:55 +0000 (14:21 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 Feb 2017 13:21:55 +0000 (14:21 +0100)
commit8d0e921d8b94bd1b21b770c2d727121d176f27d7
tree500923f7723b9623d655daf980f88d9d672dd56c
parentf1fa4ecd4d6adf617676bc8d1f257bdf53e05979
Fix Windows build due to line ending changes in sed

The recent sed update in cygwin [1] changed the way sed handles
carriage returns. This meant that every .in file we processed
still contained CR, which doesn't work for .sh files.

Force LF line endings for those files (and also other shell scripts).

[1] https://cygwin.com/ml/cygwin-announce/2017-02/msg00036.html
docs/.gitattributes [new file with mode: 0644]
mcs/.gitattributes
runtime/.gitattributes [new file with mode: 0644]
scripts/.gitattributes