Merge branch 'master' of /home/vihofer/consolidation/artifacts/core-setup
[platform/upstream/dotnet/runtime.git] / .gitattributes
1 # Set default behavior to automatically normalize line endings.
2 * text=auto
3
4 *.doc  diff=astextplain
5 *.DOC   diff=astextplain
6 *.docx  diff=astextplain
7 *.DOCX  diff=astextplain
8 *.dot   diff=astextplain
9 *.DOT   diff=astextplain
10 *.pdf   diff=astextplain
11 *.PDF   diff=astextplain
12 *.rtf   diff=astextplain
13 *.RTF   diff=astextplain
14
15 *.jpg   binary
16 *.png   binary
17 *.gif   binary
18
19 # Force bash scripts to always use lf line endings so that if a repo is accessed
20 # in Unix via a file share from Windows, the scripts will work.
21 *.in text eol=lf
22 *.sh text eol=lf
23
24 *.cs text=auto diff=csharp 
25 *.vb text=auto
26 *.resx text=auto
27 *.c text=auto
28 *.cpp text=auto
29 *.cxx text=auto
30 *.h text=auto
31 *.hxx text=auto
32 *.py text=auto
33 *.rb text=auto
34 *.java text=auto
35 *.html text=auto
36 *.htm text=auto
37 *.css text=auto
38 *.scss text=auto
39 *.sass text=auto
40 *.less text=auto
41 *.js text=auto
42 *.lisp text=auto
43 *.clj text=auto
44 *.sql text=auto
45 *.php text=auto
46 *.lua text=auto
47 *.m text=auto
48 *.asm text=auto
49 *.erl text=auto
50 *.fs text=auto
51 *.fsx text=auto
52 *.hs text=auto
53
54 *.csproj text=auto
55 *.vbproj text=auto
56 *.fsproj text=auto
57 *.dbproj text=auto
58 *.sln text=auto eol=crlf
59
60 # Set linguist language for .h files explicitly based on
61 # https://github.com/github/linguist/issues/1626#issuecomment-401442069
62 # this only affects the repo's language statistics
63 *.h linguist-language=C
64
65 # CLR specific
66 src/coreclr/src/pal/tests/palsuite/paltestlist.txt text eol=lf
67 src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt text eol=lf
68 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-input25.txt text eol=lf
69 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna-input25000.txt text eol=lf
70 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regexdna-input25.txt text eol=lf
71 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regexdna-input25000.txt text eol=lf
72 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25.txt text eol=lf
73 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt text eol=lf
74 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf
75 src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf
76 src/coreclr/tests/src/performance/Scenario/JitBench/Resources/word2vecnet.patch text eol=lf