forked from dotnet/performance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
13 lines (12 loc) · 856 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
* text=auto
*.md text working-tree-encoding=utf-8 git-encoding=utf-8 eol=lf
*.sh text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/knucleotide-input-big.txt text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/knucleotide-input.txt text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/regexdna-input25.txt text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/regexdna-input25000.txt text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/revcomp-input25.txt text eol=lf
src/benchmarks/micro/coreclr/BenchmarksGame/Inputs/revcomp-input25000.txt text eol=lf
src/benchmarks/micro/corefx/System.IO.Compression/TestData/sum text eol=lf
src/benchmarks/micro/corefx/System.IO.Compression/TestData/alice29.txt text eol=lf
src/benchmarks/micro/corefx/System.Text.RegularExpressions/content/200_000.in text eol=lf