summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 4 insertions, 2 deletions
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