From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rppmb-0000ed-6W for garchives@archives.gentoo.org; Tue, 24 Jan 2012 23:28:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A03E0660; Tue, 24 Jan 2012 23:28:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0003E0660 for ; Tue, 24 Jan 2012 23:28:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 149A01B402A for ; Tue, 24 Jan 2012 23:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4FA1980044 for ; Tue, 24 Jan 2012 23:27:59 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <06570e177b5aee015d95bf8dae1687bf8af98e19.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 06570e177b5aee015d95bf8dae1687bf8af98e19 Date: Tue, 24 Jan 2012 23:27:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 278a4dac-7b6f-4f98-989a-81d0013a83f0 X-Archives-Hash: 02ad3f091e7f917bf04aa44731487465 commit: 06570e177b5aee015d95bf8dae1687bf8af98e19 Author: Sebastian Pipping pipping org> AuthorDate: Tue Jan 24 23:26:11 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Jan 24 23:26:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D06570e17 Extend .gitignore so echangelog ignores release tarballs --- .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 643cdcc..3f8cb55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /genkernel.8 - +/genkernel-*.tar.bz2