From 665714458a46620885615bdc6627ad4be44f4b02 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 31 Mar 2023 00:15:02 -0700 Subject: [PATCH] Add a gitattributes file This is needed to avoid all files showing as "modified" on Windows. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..20c18d9e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Do not mess with line endings +* -text -- 2.43.0