]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .gitattributes
Merge pull request #24976 from mbiebl/logind-fix-dbus-on_ac_power
[thirdparty/systemd.git] / .gitattributes
index 429748b0d427e47ba026a27233a9c528b373c17f..c5b9d859dcf586fc27a33c08345a6398c3d6c923 100644 (file)
@@ -1,3 +1,11 @@
 *.[ch] whitespace=tab-in-indent,trailing-space
-*.gpg  binary
+*.gpg  binary generated
 *.bmp  binary
+
+# 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