LinuxGSM/.gitattributes

23 lines
471 B
Plaintext
Raw Normal View History

# crlf line endings for text files
* text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
2018-10-08 05:49:15 +08:00
*.so.6 binary
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain