From ad667b2a153b76a3998b8549824b0fabb185b892 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sat, 22 Sep 2018 23:22:36 -0700 Subject: [PATCH] Ignore compressed files Signed-off-by: Bryan Hundven --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f96b59be..13ed217e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,11 @@ config/versions/ verbatim-data.mk maintainer/package-versions -*.tar.xz -*.tar.bz2 +# Compressed files +*.tar.* +*.zip +*.xz +*.7zip # Temporaries .*.swp