]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gitattributes: mark more files as "binary"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 17 Oct 2021 17:44:47 +0000 (19:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Oct 2021 07:40:35 +0000 (09:40 +0200)
This way we know that we shouldn't look for a spdx header in them.

.gitattributes
docs/.gitattributes [new file with mode: 0644]
test/dmidecode-dumps/.gitattributes [new file with mode: 0644]
test/journal-data/.gitattributes [new file with mode: 0644]
test/test-resolve/.gitattributes [new file with mode: 0644]

index f89d1fc6fe4c008d40e3c89a603d3857c20d6201..429748b0d427e47ba026a27233a9c528b373c17f 100644 (file)
@@ -1,2 +1,3 @@
 *.[ch] whitespace=tab-in-indent,trailing-space
-test/dmidecode-dumps/*.bin binary
+*.gpg  binary
+*.bmp  binary
diff --git a/docs/.gitattributes b/docs/.gitattributes
new file mode 100644 (file)
index 0000000..07bb186
--- /dev/null
@@ -0,0 +1,2 @@
+*.png    binary
+*.woff   binary
diff --git a/test/dmidecode-dumps/.gitattributes b/test/dmidecode-dumps/.gitattributes
new file mode 100644 (file)
index 0000000..64294bd
--- /dev/null
@@ -0,0 +1 @@
+/*.bin binary
diff --git a/test/journal-data/.gitattributes b/test/journal-data/.gitattributes
new file mode 100644 (file)
index 0000000..c04df17
--- /dev/null
@@ -0,0 +1,2 @@
+# Journal data in export format
+/*.txt  binary
diff --git a/test/test-resolve/.gitattributes b/test/test-resolve/.gitattributes
new file mode 100644 (file)
index 0000000..e4b1e29
--- /dev/null
@@ -0,0 +1 @@
+/*.pkts  binary