From 1a86d7a2de6bd140041153a0eae29d4a4f177ee8 Mon Sep 17 00:00:00 2001 From: David Ball Date: Thu, 23 May 2024 23:49:44 -0400 Subject: [PATCH] Added archive files to .gitignore. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index b604dd84..4377190e 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,11 @@ youtube-cookies.txt # Thumbnails on Windows Thumbs.db + +# ZIP and archive files +*.zip +*.tar.gz +*.tar.xz +*.tar.bz2 +*.rar +*.7z