about summary refs log tree commit diff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2017-06-26Add .gitattributes file to avoid unwanted CRLF (#3954)Daniel Hunsaker
When Windows checks out files, it defaults to changing line endings to CRLF. If these files are then copied to a Linux system to be run, and the endings aren't changed at some point in that process, things break. This file forces git to use LF for all text files on all systems (except the request testing specfiles) to prevent issues everywhere.