From 8930b2af2dc20c1f1bb4f214aea8bd7e364bb376 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Feb 2025 15:01:06 -0600 Subject: [PATCH] Ignore the resulting build tar --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7c60fdf..4234790 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ result target # Gets generated by Nix .pre-commit-config.yaml +# The result of running the command +sword.tar.xz