.gitattributes 315 B

123456789101112
  1. # Go writes go.mod and go.sum with lf even on windows
  2. go.mod text eol=lf
  3. go.sum text eol=lf
  4. # Ignore generated files in GitHub language statistics and diffs
  5. /MANUAL.* linguist-generated=true
  6. /rclone.1 linguist-generated=true
  7. # Don't fiddle with the line endings of test data
  8. **/testdata/** -text
  9. **/test/** -text