JP Abgrall | 53f17a9 | 2014-02-12 14:02:41 -0800 | [diff] [blame] | 1 | # Auto detect text files and perform LF normalization |
2 | * text=auto | ||||
3 | |||||
Elliott Hughes | 820eced | 2021-08-20 18:00:50 -0700 | [diff] [blame] | 4 | # Normalize line endings to LF on checkin and |
5 | # prevents conversion to CRLF when the file is checked out | ||||
6 | tests/*.out text eol=lf | ||||
JP Abgrall | 53f17a9 | 2014-02-12 14:02:41 -0800 | [diff] [blame] | 7 | |
Elliott Hughes | 820eced | 2021-08-20 18:00:50 -0700 | [diff] [blame] | 8 | # things that only make sense on github.com |
9 | .github export-ignore |