1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

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

2
docs/.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.png binary
*.woff binary

1
test/dmidecode-dumps/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/*.bin binary

2
test/journal-data/.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Journal data in export format
/*.txt binary

1
test/test-resolve/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/*.pkts binary