]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .gitattributes
homed: Release(): fix assertion failure
[thirdparty/systemd.git] / .gitattributes
index 18415085c73f3f134e888adfa184cb35ad235b84..dae59aa844a2e7b21787551379faf7f1588e6307 100644 (file)
@@ -1 +1,12 @@
 *.[ch] whitespace=tab-in-indent,trailing-space
+*.gpg  binary generated
+*.bmp  binary
+*.base64 generated
+
+# Mark files as "generated", i.e. no license applies to them.
+# This includes output from programs, directive lists generated by grepping
+# for all possibilities, samples from fuzzers, files from /proc, packet samples,
+# and anything else where no copyright can be asserted.
+#
+# Use 'git check-attr generated -- <path>' to query the attribute.
+[attr]generated