From 14552064348c08159d6f8562a872c1be69e669b0 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 25 Apr 2018 12:49:21 -0700 Subject: Mark prebuilt js files as not diffable (#1462) Otherwise `git grep` is rendered rather useless. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitattributes') 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 -- cgit v1.2.3