diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-12 15:50:34 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-16 12:49:45 +0200 |
commit | 767aad7bfd9be66bdb47427f85df095053537c4a (patch) | |
tree | 665d0047b541a2f0a73366e181a5c818c127dd0f /.gitattributes | |
parent | bsod: fix license tag (diff) | |
download | systemd-767aad7bfd9be66bdb47427f85df095053537c4a.tar.xz systemd-767aad7bfd9be66bdb47427f85df095053537c4a.zip |
Mark all base64 files as generated
This makes them ignored by license review.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c5b9d859dc..dae59aa844 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ *.[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 |