Skip to content

Commit 710bb64

Browse files
author
Cédric Belin
committed
Update the solution [skip ci]
1 parent 66e9a25 commit 710bb64

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@
1010
*.html text diff=html
1111
*.http text
1212
*.info text
13+
*.ini text
14+
*.iss text
1315
*.js text
1416
*.json text
1517
*.md text diff=markdown
1618
*.ps1 text
19+
*.scss text diff=css
1720
*.slnx text
1821
*.sql text
1922
*.svg text
2023
*.ts text
2124
*.txt text
25+
*.xml text
2226
*.yaml text
2327
*.yml text
2428

29+
*.gif binary
2530
*.ico binary
2631
*.jpg binary
2732
*.pdf binary

lcov.slnx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
<Solution>
2+
<Folder Name="/.config/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitattributes" />
5+
<File Path=".gitignore" />
6+
<File Path=".runsettings" />
7+
</Folder>
8+
<Folder Name="/build/">
9+
<File Path="build.cake" />
10+
<File Path="cake.config" />
11+
</Folder>
12+
<Folder Name="/doc/">
13+
<File Path="AUTHORS.txt" />
14+
<File Path="CHANGELOG.md" />
15+
<File Path="LICENSE.md" />
16+
<File Path="README.md" />
17+
</Folder>
18+
<Folder Name="/example/">
19+
<File Path="example/format_report.cs" />
20+
<File Path="example/parse_report.cs" />
21+
</Folder>
22+
<Folder Name="/res/">
23+
<File Path="res/lcov.info" />
24+
</Folder>
225
<Project Path="src/lcov.csproj" />
326
<Project Path="test/lcov.tests.csproj" />
427
</Solution>

0 commit comments

Comments
 (0)