mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Some MYD files (e.g. in mysql-test/std_data) could erroneously be
treated by git as text files. Marking all MyISAM files as binary in .gitattributes: (*.frm, *.MYD, *.MYI)
This commit is contained in:
parent
9da8a8f946
commit
08fa02cf22
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -16,6 +16,9 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue