From 0a46781658d9acfbdf22fb6b5c783c61dec87334 Mon Sep 17 00:00:00 2001 From: Yuval Brik Date: Wed, 14 Dec 2016 15:09:45 +0200 Subject: [PATCH] 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 --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index aefe9368..8419f6b8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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