1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
RIOT/.gitattributes
Marian Buschsieweke d5086be1ab
.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.
2025-10-19 18:00:04 +02:00

10 lines
316 B
Plaintext

*.a binary
*.patch binary
Cargo.lock binary
# Default conflict marker size is 7 which causes some of the headings in
# release-notes.txt to trigger git diff --check: 'leftover conflict marker'
# when the heading is exactly 7 characters long.
*.md conflict-marker-size=100
*.txt conflict-marker-size=100
*.svg binary