diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
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 |