From e694bcf68348dc992c24a6354ce12427e1e2dd9f Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 31 Jan 2024 12:19:58 -0500 Subject: [PATCH] ignore compressed archives --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35891e5..061ad92 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ nimblecache/ htmldocs/ bin/ doc/ -multrix \ No newline at end of file +multrix +*.tar.gz +*.tar.gz.zst \ No newline at end of file