.gitattributes 590 字节
Newer Older
M
Mark VanderVoord 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
*           text=auto

# These files are text and should be normalized (convert crlf to lf)
*.rb        text
*.test      text
*.c         text
*.cpp       text
*.h         text
*.txt       text
*.yml       text
*.s79       text
*.bat       text
*.xcl       text
*.inc       text
*.info      text
*.md        text
makefile    text
rakefile    text
M
Michael Brockus 已提交
19
meson.build text
M
Mark VanderVoord 已提交
20 21 22 23 24 25 26 27 28 29 30 31


#These files are binary and should not be normalized
*.doc       binary
*.odt       binary
*.pdf       binary
*.ewd       binary
*.eww       binary
*.dni       binary
*.wsdt      binary
*.dbgdt     binary
*.mac       binary