From f076a2230f50a91edbad12db827a2238069a4cb2 Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 1 Mar 2026 22:59:42 -0500 Subject: [PATCH] [gitignore] add *.tar.zst the amount of times I've accidentally committed a tar.zst to this repository... Signed-off-by: crueter --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0be76d85cd..67bdd8adf4 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ artifacts *.AppImage* /install* vulkansdk*.exe +*.tar.zst