mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
Add .gitattributes
This commit is contained in:
parent
8b5137461f
commit
165d26baa1
1 changed files with 26 additions and 0 deletions
26
.gitattributes
vendored
Normal file
26
.gitattributes
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.h text
|
||||||
|
*.c text
|
||||||
|
*.cc text
|
||||||
|
*.cpp text
|
||||||
|
*.mm text
|
||||||
|
*.lemon text
|
||||||
|
*.y text
|
||||||
|
*.re text
|
||||||
|
*.i text
|
||||||
|
*.asm text
|
||||||
|
*.S text
|
||||||
|
|
||||||
|
*.vcproj text eol=crlf
|
||||||
|
*.sln text eol=crlf
|
||||||
|
*.bat text eol=crlf
|
||||||
|
|
||||||
|
*.txt text
|
||||||
|
language.* text
|
||||||
|
|
||||||
|
*.png binary
|
||||||
|
*.imgz binary
|
||||||
|
*.lmp binary
|
||||||
|
*.flac binary
|
||||||
|
*.dat binary
|
Loading…
Reference in a new issue