gitattributes: mark more files as "binary"

This way we know that we shouldn't look for a spdx header in them.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-10-17 19:44:47 +02:00
parent d632e6fe3b
commit 546e57f51b
5 changed files with 8 additions and 1 deletions

3
.gitattributes vendored
View File

@@ -1,2 +1,3 @@
*.[ch] whitespace=tab-in-indent,trailing-space
test/dmidecode-dumps/*.bin binary
*.gpg binary
*.bmp binary