From 3984b64291b88a3edeceeaa197dc5dcceb0b3774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Fri, 29 Nov 2024 10:25:09 +0100 Subject: [PATCH] chore: add the generated vendor tar file to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Martín --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60cca7fbd..56d395b50 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ /docs/.jekyll-cache/ /docs/Gemfile.lock /rpmbuild + +# Vendor tar files +fido-device-onboard-rs-*-vendor.tar.xz