Skip to content

Commit

Permalink
Merge pull request rizonesoft#5268 from hpwamr/Mui_Beta
Browse files Browse the repository at this point in the history
MUI - Add some extensions in ".gitattributes"
  • Loading branch information
hpwamr committed Aug 4, 2024
2 parents cdd3b60 + 1f5b713 commit 20c2d1d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 20c2d1d

Please sign in to comment.