From 8178c85be425a465e307b193a42b7fd7b8b902ac Mon Sep 17 00:00:00 2001 From: VoidAtValhalla Date: Tue, 18 Mar 2014 21:16:57 +0100 Subject: [PATCH] Ignore archives --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index fb5fd4b..9514e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,12 @@ # Vim swap files .*.swp .swp + +# Archives +*.tar +*.tar.gz +*.tgz +*.tar.bz2 +*.tar.xz +*.zip +*.rar