summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 2e238207619..b62a174c5e5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -12,12 +12,16 @@
# These files should be checked out as is
*.result -text -whitespace
+*.dat -text -whitespace
+
storage/connect/mysql-test/connect/std_data/*.txt -text
-storage/connect/mysql-test/connect/std_data/*.dat -text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
+*.frm binary
+*.MYD binary
+*.MYI binary
*.c diff=cpp
*.h diff=cpp