From 0f948bcb7630ba034659b3e4f56e9f5313d4682b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 16 Aug 2024 12:11:31 -0700 Subject: [PATCH 1/2] Exempt ico and wav from line ending change --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d54c593..a72c612 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ # SPDX-License-Identifier: Unlicense * text eol=lf +*.wav -text +*.ico -text + From 34f1b1e4ad44acd421b802e1767f3585ab25c095 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 16 Aug 2024 15:15:36 -0400 Subject: [PATCH 2/2] Update .gitattributes to remove blank line --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a72c612..fe85e84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,3 @@ * text eol=lf *.wav -text *.ico -text -