From 18fa3e996183c5c48bf1f5b1554cfa14bbc37bcc Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Fri, 12 Jul 2019 16:11:48 +0200 Subject: [PATCH] chore: ignore benchmark files in Linguist (#40) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b0b963 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#Tell Linguist to ignore all benchmark stuff +benchmark/* linguist-vendored