diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-17 19:44:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-18 09:40:35 +0200 |
commit | 546e57f51b738c96ba7e1530107a10e80ecb3fe2 (patch) | |
tree | 63ba1541cac6ced904fdacfbf729ac70190ab2d6 /.gitattributes | |
parent | tests: use !/usr/bin/env bash consistently (diff) | |
download | systemd-546e57f51b738c96ba7e1530107a10e80ecb3fe2.tar.xz systemd-546e57f51b738c96ba7e1530107a10e80ecb3fe2.zip |
gitattributes: mark more files as "binary"
This way we know that we shouldn't look for a spdx header in them.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index f89d1fc6fe..429748b0d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.[ch] whitespace=tab-in-indent,trailing-space -test/dmidecode-dumps/*.bin binary +*.gpg binary +*.bmp binary |