Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
22
.gitattributes
vendored
Normal file
22
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
# normalize these files. Always LF on checkout and always LF on checkin
|
||||
.gitignore eol=lf
|
||||
.gitattributes eol=lf
|
||||
*.sh text eol=lf
|
||||
*.ini text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.c text eol=lf
|
||||
*.cpp text eol=lf
|
||||
*.htext eol=lf
|
||||
*.txt text eol=lf
|
||||
*.glsl text eol=lf
|
||||
|
||||
# Binary files, should never be normalized.
|
||||
*.exe binary
|
||||
*.dll binary
|
||||
*.so binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
Loading…
Add table
Add a link
Reference in a new issue