summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: df706c3487c880be5e6840c83fb2f6e3eb3e99a6 (plain)
1
2
3
4
5
6
7
8
9
# Auto detect text files and perform LF normalization
* text=auto

# Normalize line endings to LF on checkin and
# prevents conversion to CRLF when the file is checked out
tests/*.out text eol=lf

# things that only make sense on github.com
.github export-ignore