From 5b1e95f3267fa924495088466ed41136c3dab80e Mon Sep 17 00:00:00 2001 From: CoolSpring8 Date: Fri, 1 Oct 2021 16:52:05 +0800 Subject: [PATCH] chore: exclude benchmark files (#117) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3d1f0b0..ba06dc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ #Tell Linguist to ignore all benchmark stuff -benchmark/* linguist-documentation +benchmark/** linguist-vendored