From 2bb2e5c3d4e7f9994d43aaf35d52aed65d4568fd Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Fri, 5 Feb 2021 04:45:30 -0600 Subject: [PATCH 1/2] fix linguist stats --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d42b256b9..4be926c3b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,6 @@ *.hpp text eol=lf *.unused-patches text eol=lf *.rc text eol=lf + +# All submodule imports are vendor, remove them from linguist stats chart for accurate stats. +import/* linguist-vendored From 59d635821a29a04f33469403d30baea2fd571ac1 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Fri, 5 Feb 2021 04:58:02 -0600 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4be926c3b..0ce511b2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,5 +21,5 @@ *.unused-patches text eol=lf *.rc text eol=lf -# All submodule imports are vendor, remove them from linguist stats chart for accurate stats. +# All module imports are vendor, remove them from linguist stats chart for accurate stats. import/* linguist-vendored