diff --git a/.gitattributes b/.gitattributes index 7ef1e1b74b..b3e9762a93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ # Do not modify line endings for binary files (which are sometimes auto # detected as text files by git). *.png binary +# Don't include minified JS in git grep/diff output +test/mjsunit/asm/sqlite3/*.js -diff