From 96a4e510f93cc61873fa960ba170478d63dac0a8 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 3 Dec 2019 13:35:15 +0100 Subject: [PATCH] .gitattributes: disable Windows line ending conversion Signed-off-by: Elias Naur --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fad12b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Treat all files as binary, with no git magic updating +# line endings. +* -text