From 767aad7bfd9be66bdb47427f85df095053537c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 12 Aug 2023 15:50:34 +0200 Subject: [PATCH] Mark all base64 files as generated This makes them ignored by license review. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) 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