From 320ebaace219c6eac475c39a6cb6edb01d968666 Mon Sep 17 00:00:00 2001 From: tijani Date: Sat, 31 Aug 2024 13:15:40 -0500 Subject: [PATCH] binary files are not concerned with line endings. --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7f80b85..c02de94 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ * text=auto -* text eol=lf \ No newline at end of file +* text eol=lf + +# git dont touch these. +*.dll binary +*.lib binary \ No newline at end of file