From 27b1205baec1414ddb338463b63446247a38d175 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Oct 2008 08:30:02 +0000 Subject: ignore all .bz2 and .gz files, not only tar.{bz2,gz} --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3a3cd4862f..9ef5555f12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.apk -*.tar.gz -*.tar.bz2 +*.gz +*.bz2 src pkg pkg-* -- cgit v1.2.3