From f62aa165a66681176701a17589f40beece9782f8 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Fri, 2 Nov 2018 08:41:16 +0100 Subject: [PATCH] .gitattribtues: Mark everything under doc/ as text files, and set diff for both src/ and doc/. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 08f1f97a..27d90b7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -/src/*/* linguist-language=assembly +/src/*/* diff linguist-language=assembly +/doc/*/* diff linguist-language=Text