mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-24 13:01:42 +00:00
- add .gitattributes to describe proper line-endings
This commit is contained in:
parent
f4c9c5df72
commit
931c762fca
1 changed files with 28 additions and 1 deletions
29
.gitattributes
vendored
29
.gitattributes
vendored
|
@ -1,2 +1,29 @@
|
|||
* text=false
|
||||
* 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
|
||||
*.sln text
|
||||
*.bat text
|
||||
*.rc text
|
||||
|
||||
*.txt text
|
||||
language.* text
|
||||
|
||||
*.png binary
|
||||
*.imgz binary
|
||||
*.lmp binary
|
||||
*.flac binary
|
||||
*.dat binary
|
||||
*.ico binary
|
||||
wadsrc/* binary
|
Loading…
Reference in a new issue