From f839e398efebec8893a83a0454672ddc925e47f0 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Wed, 23 Nov 2011 08:58:58 -0500 Subject: Ignore all .xz and .bz2 files --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6332b27c..a23ef2db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ -linux-*.tar.bz2 -patch-*.bz2 clog +*.xz +*.bz2 *.rpm *.orig kernel-[23].*/ -/compat-wireless-2011-11-15.tar.bz2 -- cgit