Skip to content

Commit 9c94c63

Browse files
committed
chore: minor changes
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent b2db912 commit 9c94c63

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.gitattributes

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@ docs/CODEOWNERS text eol=lf
1515
.semgrepignore text eol=lf
1616
.shellcheckrc text eol=lf
1717

18-
# Ruby
19-
.simplecov text eol=lf
20-
Gemfile* text eol=lf
21-
2218
*.gpg text eol=lf
2319
*.yml text eol=lf
2420
*.xml text eol=lf
2521
*.json text eol=lf
2622
*.dis text eol=lf
2723

24+
# Reuse
2825
.reuse/dep5 text eol=lf
2926
*.toml text eol=lf
3027
*.license text eol=lf
3128
*.spdx text eol=lf
3229

30+
# Ruby
31+
.simplecov text eol=lf
32+
Gemfile* text eol=lf
33+
34+
# Make
3335
Makefile text eol=lf
34-
etc/profile text eol=lf
3536

3637
# Batch scripts
3738
*.bat text eol=crlf
@@ -60,6 +61,7 @@ gradlew text eol=lf
6061

6162
# Our custom files
6263
recovery-simulator/override/* text eol=lf
64+
tools/win/etc/profile text eol=lf
6365

6466
# Uncompressed text manuals
6567
*.1 text eol=lf

0 commit comments

Comments
 (0)