From e12fc290a090d275f5e36ce61d59675621172b73 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 27 Sep 2023 20:53:36 -0700 Subject: [PATCH] Prevent the git autocrlf option from messing files Signed-off-by: Rosen Penev --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d39ea83f0..ed8b01bc4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ src/Makefile export-subst +* -text