mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08: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:
parent
d632e6fe3b
commit
546e57f51b
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
2
docs/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.png binary
|
||||
*.woff binary
|
1
test/dmidecode-dumps/.gitattributes
vendored
Normal file
1
test/dmidecode-dumps/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*.bin binary
|
2
test/journal-data/.gitattributes
vendored
Normal file
2
test/journal-data/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Journal data in export format
|
||||
/*.txt binary
|
1
test/test-resolve/.gitattributes
vendored
Normal file
1
test/test-resolve/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*.pkts binary
|
Loading…
Reference in New Issue
Block a user