From 35e4c6e766880e0a393f95a91a461d14c9de6790 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 9 Jan 2020 06:32:10 +0000 Subject: [PATCH] Mark TSC files as binary, not text --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6cc18834..a9299ca1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,7 @@ # Do not change external files external/** -text -DoConfig/fltk/** -text \ No newline at end of file +DoConfig/fltk/** -text + +# TSC files are not text, but 'git diff' likes to think they are +*.tsc binary