summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-17 19:44:47 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-18 09:40:35 +0200
commit546e57f51b738c96ba7e1530107a10e80ecb3fe2 (patch)
tree63ba1541cac6ced904fdacfbf729ac70190ab2d6 /.gitattributes
parentd632e6fe3bbc9c4f0a56c5d458e8bd3a9805b2e2 (diff)
downloadsystemd-546e57f51b738c96ba7e1530107a10e80ecb3fe2.tar.gz
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--.gitattributes3
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