From 6e76f6470e9972a0bf879211733aa413cc4778a2 Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 10 Apr 2026 14:54:20 -0600 Subject: [PATCH] GIT: .gitattributes, .gitignore and *.cmake are text files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 63a2b0dc..6fac4adb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,4 +13,6 @@ *.crd binary *.dck binary sim_rev.h export-subst - +*.cmake text=auto +.gitattributes text=auto +.gitignore text=auto