From 0b7b5dc69a2c339a4dd97560ac32d273aac1cb8e Mon Sep 17 00:00:00 2001 From: Kait Lam Date: Wed, 20 Mar 2024 14:26:11 +1000 Subject: [PATCH] gitattributes: ignore *.t and *.asl files this will correctly mark the repository as an OCaml project (instead of Raku or ASL which dominate by line counts). see: https://github.com/github-linguist/linguist/blob/master/docs/overrides.md --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index ebcc375e..9d043679 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.asl text eol=lf *.prj text eol=lf +*.t linguist-vendored +*.asl linguist-vendored