From ddfecb44ca139f34d997e8e93695f7cd92c2f72d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 5 Apr 2023 11:14:32 -0700 Subject: gitattributes: Exclude some stuff from diffs and stats --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 33ac0f866..6ef140125 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ # Use CRLF for line endings in the Windows install "readme" file misc/dist/install-win.txt text eol=crlf misc/dist/about[[:space:]]hinted[[:space:]]fonts.txt text eol=crlf + +# Exclude some stuff from diffs and stats +# note: docs/* and examples/* are considered "linguist-documentation" by default +misc/ttf2woff/* linguist-vendored +misc/UnicodeData.txt linguist-generated -- cgit v1.2.3