From: Zbigniew Jędrzejewski-Szmek Date: Sat, 12 Aug 2023 13:50:34 +0000 (+0200) Subject: Mark all base64 files as generated X-Git-Tag: v255-rc1~711^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F28854%2Fhead;p=thirdparty%2Fsystemd.git Mark all base64 files as generated This makes them ignored by license review. --- diff --git a/.gitattributes b/.gitattributes index c5b9d859dcf..dae59aa844a 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