diff options
author | Sam Clegg <sbc@chromium.org> | 2018-04-25 12:49:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 12:49:21 -0700 |
commit | 14552064348c08159d6f8562a872c1be69e669b0 (patch) | |
tree | 618e38e840cb23f84c34933d2af7d519ddfbf35b /.gitattributes | |
parent | fd3b3e54bd97abbf8269b33d937ad2f44ba4bb60 (diff) | |
download | binaryen-14552064348c08159d6f8562a872c1be69e669b0.tar.gz binaryen-14552064348c08159d6f8562a872c1be69e669b0.tar.bz2 binaryen-14552064348c08159d6f8562a872c1be69e669b0.zip |
Mark prebuilt js files as not diffable (#1462)
Otherwise `git grep` is rendered rather useless.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 27470600d..f0b253625 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -*.a -text +*.a binary +bin/wasm.js -diff +bin/binaryen.js -diff |