From 51b118ef2f8dd4146dbbbdf2259e1cc4867c5c72 Mon Sep 17 00:00:00 2001 From: Mickey Rose Date: Fri, 2 Jul 2021 11:00:28 +0200 Subject: [PATCH] prevent files under scons/ from skewing repository language statistics --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 49761734c..157013f81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.svg text eol=lf +scons/** linguist-vendored