From 3b9986d51f295fb73e47611c600c345a92709abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 8 May 2021 15:32:27 +0200 Subject: [PATCH] Do not ignore line endings on patch files - it is shuch a mess MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c480e81 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.patch binary