1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

Mark all base64 files as generated

This makes them ignored by license review.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2023-08-12 15:50:34 +02:00
parent 4afa722868
commit 767aad7bfd

1
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
*.[ch] whitespace=tab-in-indent,trailing-space *.[ch] whitespace=tab-in-indent,trailing-space
*.gpg binary generated *.gpg binary generated
*.bmp binary *.bmp binary
*.base64 generated
# Mark files as "generated", i.e. no license applies to them. # Mark files as "generated", i.e. no license applies to them.
# This includes output from programs, directive lists generated by grepping # This includes output from programs, directive lists generated by grepping