github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/.gitattributes (about)

     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  
     5  # Ignore generated files in GitHub language statistics and diffs
     6  /MANUAL.* linguist-generated=true
     7  /rclone.1 linguist-generated=true
     8  
     9  # Don't fiddle with the line endings of test data
    10  **/testdata/** -text
    11  **/test/** -text