diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-03 19:42:34 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-03 19:42:34 +0200 |
commit | 934a18daece8f503e60886d3e4c5d84307f453c7 (patch) | |
tree | 786179b45cd9d6bca4454c5e981e63dba7be58c1 /.gitattributes | |
parent | c79e98e4918635da126231224088c054a21917be (diff) | |
download | mariadb-git-934a18daece8f503e60886d3e4c5d84307f453c7.tar.gz |
.gitattributes: *.dat files should not be CRLF converted
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 60b9a3481aa..0b51237e6d6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # These files should be checked out as is *.result -text -whitespace +*.dat -text -whitespace # Denote all files that are truly binary and should not be modified. *.png binary |