From 182a63be17ee1e70366f0772197c554f7e3a7225 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 Nov 2011 20:47:53 -0500 Subject: Ignore *.tar.bz2 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 29a7dcd5e..b2ad4f2d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ ~nonfree/ ~aur/ *.tar.gz -*.tgz *.tar.xz +*.tar.bz2 +*.tgz *~ #*# -- cgit v1.2.3