From 4185a10e486d7631a0ff79b082d5452c7ff3a52d Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 24 Jan 2019 15:50:06 -0800 Subject: [PATCH] Improved linguist to skip WebAssembly/C files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b7c3d068b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +lib/emscripten/emtests/* linguist-vendored +lib/runtime-core/spectests/* linguist-vendored