Temporarily remove rst from gitattributes

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
This commit is contained in:
Yuval Brik 2016-12-14 15:09:45 +02:00
parent 5850c9d5d6
commit 0a46781658
1 changed files with 0 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,7 +1,6 @@
*.py text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.rst text eol=lf
*.sh text eol=lf
*.conf text eol=lf
*.ini text eol=lf