2018-05-07 18:07:16 +00:00
|
|
|
# Automatically normalize line endings (to LF) for all text-based files.
|
2018-06-15 09:30:44 +00:00
|
|
|
* text=auto eol=lf
|
2018-06-27 13:34:12 +00:00
|
|
|
# Do not modify line endings for binary files (which are sometimes auto
|
|
|
|
# detected as text files by git).
|
|
|
|
*.png binary
|
2018-09-18 23:03:41 +00:00
|
|
|
# Don't include minified JS in git grep/diff output
|
|
|
|
test/mjsunit/asm/sqlite3/*.js -diff
|