From 6613b26f742c5aafba88f626d7a99f29aa588303 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Thu, 14 Apr 2022 20:37:44 +0100 Subject: [PATCH] fix: add webm to the default lfs fetchinclude --- buildbot-git-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot-git-config b/buildbot-git-config index 1ad84139..47c9e119 100644 --- a/buildbot-git-config +++ b/buildbot-git-config @@ -1,5 +1,5 @@ [lfs] - fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp,*.webp + fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp,*.webp,*.webm [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f