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:
parent
d51045bd9d
commit
d5086be1ab
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user