allow user to set time for OnePicAudio in General tab
[marukotoolbox.git] / .gitattributes
blob26109d1e738e2eef47c437636dd20f3c53af9a42
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
10 *.cs     text eol=crlf
11 *.resx   text eol=crlf
12 *.csproj text eol=crlf
13 *.user   text eol=crlf
15 ###############################################################################
16 # Set default behavior for command prompt diff.
18 # This is need for earlier builds of msysgit that does not have it on by
19 # default for csharp files.
20 # Note: This is only used by command line
21 ###############################################################################
22 *.cs     diff=csharp
23 *.sln    merge=union
24 *.csproj merge=union
25 *.vbproj merge=union
26 *.fsproj merge=union
27 *.dbproj merge=union
29 ###############################################################################
30 # Denote all files that are truly binary and should not be modified.
32 # image files are treated as binary by default.
33 ###############################################################################
34 *.jpg   binary
35 *.png   binary
36 *.gif   binary
37 *.lib   binary
38 *.dll   binary
39 *.pfx   binary
40 *.ico   binary
42 ###############################################################################
43 # diff behavior for common document formats
44
45 # Convert binary document formats to text before diffing them. This feature
46 # is only available from the command line. Turn it on by uncommenting the 
47 # entries below.
48 ###############################################################################
49 *.doc   diff=astextplain
50 *.DOC   diff=astextplain
51 *.docx  diff=astextplain
52 *.DOCX  diff=astextplain
53 *.dot   diff=astextplain
54 *.DOT   diff=astextplain
55 *.pdf   diff=astextplain
56 *.PDF   diff=astextplain
57 *.rtf   diff=astextplain
58 *.RTF   diff=astextplain