From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E18E1386F3 for ; Thu, 13 Aug 2015 01:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 746F1E083B; Thu, 13 Aug 2015 01:30:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F55E083B for ; Thu, 13 Aug 2015 01:30:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FD14340961 for ; Thu, 13 Aug 2015 01:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA68132 for ; Thu, 13 Aug 2015 01:30:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1439429383.0f87115a27f70502eed95cd27b71449eb66dc7b1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: / X-VCS-Repository: repo/gentoo X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0f87115a27f70502eed95cd27b71449eb66dc7b1 X-VCS-Branch: master Date: Thu, 13 Aug 2015 01:30:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98d74784-ed42-4182-8d0a-c421afe6415e X-Archives-Hash: 4370f4659fd98974bcdbaf717bcaf7d9 commit: 0f87115a27f70502eed95cd27b71449eb66dc7b1 Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 13 01:27:59 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 13 01:29:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f87115a Add some additional legacy directories to .gitignore .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87c1cce..1f8c184 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /.ebuild.x -profiles/use.local.desc +/distfiles/ +/local/ +/packages/ +/profiles/use.local.desc