summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-04-25 12:49:21 -0700
committerGitHub <noreply@github.com>2018-04-25 12:49:21 -0700
commit14552064348c08159d6f8562a872c1be69e669b0 (patch)
tree618e38e840cb23f84c34933d2af7d519ddfbf35b /.gitattributes
parentfd3b3e54bd97abbf8269b33d937ad2f44ba4bb60 (diff)
downloadbinaryen-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--.gitattributes4
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