mirror of https://github.com/wb2osz/direwolf.git
35 lines
572 B
Plaintext
35 lines
572 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# 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
|
|
|
|
# My rules to remove any doubt
|
|
|
|
*.c text
|
|
*.cpp text
|
|
*.h text
|
|
*.pl text
|
|
*.py text
|
|
*.sh text
|
|
*.txt text
|
|
*.desktop text
|
|
*.conf text
|
|
*.rc text
|
|
|
|
*.ico binary
|
|
*.png binary
|
|
|
|
Makefile* text |