Fixed log text format.
[marukotoolbox.git] / .gitattributes
blob167d4bbc4827d0bb9ca1c01dc7591f133a0111ef
1 ###############################################################################
2 # Set default behavior to automatically normalize line endings.
3 ###############################################################################
4 * text=auto
6 ###############################################################################
7 # Declare files that will always have CRLF line endings on checkout.
8 ###############################################################################
9 *.sln text eol=crlf
11 ###############################################################################
12 # Set default behavior for command prompt diff.
14 # This is need for earlier builds of msysgit that does not have it on by
15 # default for csharp files.
16 # Note: This is only used by command line
17 ###############################################################################
18 *.cs     diff=csharp
19 *.sln    merge=union
20 *.csproj merge=union
21 *.vbproj merge=union
22 *.fsproj merge=union
23 *.dbproj merge=union
25 ###############################################################################
26 # Denote all files that are truly binary and should not be modified.
28 # image files are treated as binary by default.
29 ###############################################################################
30 *.jpg   binary
31 *.png   binary
32 *.gif   binary
33 *.lib   binary
35 ###############################################################################
36 # diff behavior for common document formats
37
38 # Convert binary document formats to text before diffing them. This feature
39 # is only available from the command line. Turn it on by uncommenting the 
40 # entries below.
41 ###############################################################################
42 *.doc   diff=astextplain
43 *.DOC   diff=astextplain
44 *.docx  diff=astextplain
45 *.DOCX  diff=astextplain
46 *.dot   diff=astextplain
47 *.DOT   diff=astextplain
48 *.pdf   diff=astextplain
49 *.PDF   diff=astextplain
50 *.rtf   diff=astextplain
51 *.RTF   diff=astextplain