[kernel] Ignore all .xz and .bz2 files

Chuck Ebbert cebbert at fedoraproject.org
Wed Nov 23 14:01:07 UTC 2011


commit f839e398efebec8893a83a0454672ddc925e47f0
Author: Chuck Ebbert <cebbert at redhat.com>
Date:   Wed Nov 23 08:58:58 2011 -0500

    Ignore all .xz and .bz2 files

 .gitignore |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6332b2..a23ef2d 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


More information about the scm-commits mailing list