From 34a5b3927729e2e3fba4e43f1a15eb8ca0e358fd Mon Sep 17 00:00:00 2001 From: qwreey Date: Wed, 23 Oct 2024 05:04:21 +0000 Subject: [PATCH] Add linguist ignore for tests/ffi (#243) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3cb3e3e..db1a5e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,7 @@ # Ensure all txt files within tests use LF tests/**/*.txt eol=lf + +# Remove test c, typescript from language list +tests/ffi/**/*.c linguist-vendored +tests/ffi/**/*.ts linguist-vendored