Oper: TB31 back in operation
[csit.git] / .gitattributes
1 # Set the default behavior, in case people don't have core.autocrlf set.
2 * text=auto
3
4 # Explicitly declare text files you want to always be normalized and converted
5 # to native line endings on checkout.
6 *.robot text
7 *.rst text
8 *.yaml text
9 *.vat text
10
11 ## Declare files that will always have CRLF line endings on checkout.
12 #*.sln text eol=crlf
13
14 # Denote all files that are truly binary and should not be modified.
15 *.png binary
16 *.jpg binary