• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Auto detect text files and perform LF normalization
2* text=auto
3
4# Normalize line endings to LF on checkin and
5# prevents conversion to CRLF when the file is checked out
6tests/*.out text eol=lf
7
8# things that only make sense on github.com
9.github export-ignore
10