summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2016-05-22 14:49:14 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2016-05-22 14:49:14 +0200
commitf8bc587c1ac19c614f813479b89945bea8f10c73 (patch)
treee5af37f8091f5bee276edd96895ceb08566a5bae /.gitattributes
parent77dd5ece06904aa10c3fe05b9493cf3231edcd85 (diff)
parent9c9747fed3e1c1a7838e45c71983a3c4bbd3160d (diff)
downloadmariadb-git-f8bc587c1ac19c614f813479b89945bea8f10c73.tar.gz
Merge branch '10.1' of https://github.com/MariaDB/server into ob-10.1
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index d11f2120249..266acd5812a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,12 +11,12 @@
*.test text
*.java text
-# Declare files that will always have LF line endings on checkout.
-*.result text eol=lf
+# These files should be checked out as is
+*.result -text -whitespace
+*.dat -text -whitespace
-# 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
+storage/connect/mysql-test/connect/std_data/*.txt -text
+pcre/testdata/greppatN4 -text
# Denote all files that are truly binary and should not be modified.
*.png binary