0a46781658
Since the cached version on gate includes rst with crlf, gitattributes is causing checkout failure and eventually leading to the gate failing. Temporarily remove rst from gitattributes so we can have our gate back. Change-Id: I88d82587d2c38f3cfcf6ee710519b2d6a248e830
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
*.py text eol=lf
|
|
*.txt text eol=lf
|
|
*.yaml text eol=lf
|
|
*.sh text eol=lf
|
|
*.conf text eol=lf
|
|
*.ini text eol=lf
|
|
*.cfg text eol=lf
|
|
*.json text eol=lf
|
|
*.pu text eol=lf
|
|
*.md text eol=lf
|
|
*.svg text eol=lf
|
|
*.inc text eol=lf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|