From dbae83e704da264066ceeca20e0fe66883b542ba Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Thu, 11 Mar 2021 20:24:07 +0300 Subject: [PATCH] fix: do not use git-lfs for rockpi4 binaries Looks like an overkill for such a small files, while it brings issues in our CI pipeline as you have to install git-lfs there. Signed-off-by: Artem Chernyshev --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4edd5acb..e69de29b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +0,0 @@ -*.bin filter=lfs diff=lfs merge=lfs -text