~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/.gitattributes

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*.doc  diff=astextplain
 
2
*.DOC   diff=astextplain
 
3
*.docx  diff=astextplain
 
4
*.DOCX  diff=astextplain
 
5
*.dot   diff=astextplain
 
6
*.DOT   diff=astextplain
 
7
*.pdf   diff=astextplain
 
8
*.PDF   diff=astextplain
 
9
*.rtf   diff=astextplain
 
10
*.RTF   diff=astextplain
 
11
 
 
12
*.jpg   binary
 
13
*.png   binary
 
14
*.gif   binary
 
15
 
 
16
*.cs text diff=csharp 
 
17
*.vb text
 
18
*.c text
 
19
*.cpp text
 
20
*.cxx text
 
21
*.h text
 
22
*.hxx text
 
23
*.py text
 
24
*.rb text
 
25
*.java text
 
26
*.html text
 
27
*.htm text
 
28
*.css text
 
29
*.scss text
 
30
*.sass text
 
31
*.less text
 
32
*.js text
 
33
*.lisp text
 
34
*.clj text
 
35
*.sql text
 
36
*.php text
 
37
*.lua text
 
38
*.m text
 
39
*.asm text
 
40
*.erl text
 
41
*.fs text
 
42
*.fsx text
 
43
*.hs text
 
44
*.ps1 text
 
45
*.psm1 text
 
46
 
 
47
*.csproj text merge=union 
 
48
*.vbproj text merge=union 
 
49
*.fsproj text merge=union 
 
50
*.dbproj text merge=union 
 
51
*.sln text eol=crlf merge=union