1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-13 16:43:52 +01:00

.gitattributes: Treat SVG as binary

This may not be fully accurate. But changes to an SVG file are usually
better viewed with a graphical tool than a `diff` and contributor
stats are really messed up with svg files being treated as text files.
This commit is contained in:
Marian Buschsieweke 2025-10-19 17:56:30 +02:00
parent d51045bd9d
commit d5086be1ab
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

1
.gitattributes vendored
View File

@ -6,3 +6,4 @@ Cargo.lock binary
# when the heading is exactly 7 characters long. # when the heading is exactly 7 characters long.
*.md conflict-marker-size=100 *.md conflict-marker-size=100
*.txt conflict-marker-size=100 *.txt conflict-marker-size=100
*.svg binary