From 1f5b7134ebd1935ab576bba508a63fc3f706edff Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 4 Aug 2024 12:50:31 +0200 Subject: [PATCH] MUI - Add some extensions in ".gitattributes" --- .gitattributes | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4109eab67..8cf92b682 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,35 @@ # see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings # or https://www.git-scm.com/docs/gitattributes + +*.ahk text eol=crlf +*.c text eol=crlf *.cmd text eol=crlf +*.h text eol=crlf *.ini text eol=crlf -*.lang text eol=crlf *.iss text eol=crlf +*.lang text eol=crlf *.loc text eol=crlf *.md text eol=crlf *.ps1 text eol=crlf *.rc text eol=crlf *.sln text eol=crlf +*.tpl text eol=crlf *.txt text eol=crlf *.vcxproj* text eol=crlf *.yml text eol=crlf +.editorconfig text eol=crlf +.gitattributes text eol=crlf +.gitignore text eol=crlf + + +*.bmp binary +*.cur binary +*.ico binary +*.jpg binary +*.png binary +*.jpeg binary +*.gif binary +*.tif binary +*.tiff binary +