diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-06-06 19:23:06 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-06-06 19:23:06 +0200 |
commit | 7482f073ae8677e7fcfd2bb60087bd76dfc8a8d9 (patch) | |
tree | 355110fe62a30245363e96b9790fccd08d5a0e92 /.gitattributes | |
parent | 1c756512b0d67e39961ee3c54872af5041f08248 (diff) | |
download | mariadb-git-7482f073ae8677e7fcfd2bb60087bd76dfc8a8d9.tar.gz |
Commit od last modifications made for version 10.0
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
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 |