From c5ee73cffcb9358ce018d93c3123a43953b43309 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 27 Jan 2022 14:56:49 +0100 Subject: [PATCH] gitignore locally downloaded archives --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c32b546..c50fe52 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.tar.gz \ No newline at end of file +*.tar.gz +*.zip