Commit c1b07ff9 authored by Sergei Golubchik's avatar Sergei Golubchik

update .gitattributes

parent b5c5f317
...@@ -4,15 +4,16 @@ ...@@ -4,15 +4,16 @@
# Explicitly declare text files you want to always be normalized and converted # Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.c text *.c text
*.ic text
*.cc text *.cc text
*.cpp text *.cpp text
*.h text *.h text
*.test text *.test text
# Declare files that will always have LF line endings on checkout. # These files should be checked out as is
*.result text eol=lf *.result -text -whitespace
storage/connect/mysql-test/connect/std_data/*.txt text eol=lf storage/connect/mysql-test/connect/std_data/*.txt -text
storage/connect/mysql-test/connect/std_data/*.dat text eol=lf storage/connect/mysql-test/connect/std_data/*.dat -text
# Denote all files that are truly binary and should not be modified. # Denote all files that are truly binary and should not be modified.
*.png binary *.png binary
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment