From 7482f073ae8677e7fcfd2bb60087bd76dfc8a8d9 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Sat, 6 Jun 2015 19:23:06 +0200 Subject: Commit od last modifications made for version 10.0 --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 24291691407..e2d8e1a836c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,8 +12,10 @@ # Declare files that will always have LF line endings on checkout. *.result text eol=lf -storage/connect/mysql-test/connect/std_data/*.txt text eol=lf -storage/connect/mysql-test/connect/std_data/*.dat text eol=lf + +# Denote the files that should not be modified. +storage/connect/mysql-test/connect/std_data/*.txt binary +storage/connect/mysql-test/connect/std_data/*.dat binary # Denote all files that are truly binary and should not be modified. *.png binary -- cgit v1.2.1