.gitattributes: add more filetypes.
This commit is contained in:
parent
dcbce9a153
commit
8a0946eb3a
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
|
@ -5,8 +5,12 @@
|
|||
*.sh text eol=lf
|
||||
*.ini text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.h eol=lf
|
||||
*.hpp eol=lf
|
||||
*.hxx eol=lf
|
||||
*.c text eol=lf
|
||||
*.cpp text eol=lf
|
||||
*.cxx text eol=lf
|
||||
*.htext eol=lf
|
||||
*.txt text eol=lf
|
||||
*.glsl text eol=lf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue