From 947bfbe8508da772b9e7b9fbd84b10c4257c493b Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 27 Mar 2026 17:35:14 -0500 Subject: [PATCH] blp and glsl files are source files, not binary --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5a1f693b5..6ab2e8bf4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,8 @@ *.swift text eol=lf *.py text eol=lf *.sh text eol=lf +*.glsl text eol=lf +*.blp text eol=lf # Config/build files - always LF *.zon text eol=lf @@ -36,8 +38,6 @@ Makefile text eol=lf *.icns binary *.ttf binary *.otf binary -*.glsl binary -*.blp binary #-------------------------------------------------------------------- # Linguist