summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2015-06-06 19:23:06 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2015-06-06 19:23:06 +0200
commit7482f073ae8677e7fcfd2bb60087bd76dfc8a8d9 (patch)
tree355110fe62a30245363e96b9790fccd08d5a0e92 /.gitattributes
parent1c756512b0d67e39961ee3c54872af5041f08248 (diff)
downloadmariadb-git-7482f073ae8677e7fcfd2bb60087bd76dfc8a8d9.tar.gz
Commit od last modifications made for version 10.0
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