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 D26BE139894 for ; Tue, 25 Aug 2015 00:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8495D141E3; Tue, 25 Aug 2015 00:21:33 +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 3358C141E3 for ; Tue, 25 Aug 2015 00:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C483407D2 for ; Tue, 25 Aug 2015 00:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C8316E for ; Tue, 25 Aug 2015 00:21:29 +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: <1440462044.d7c61f780ba2c1aef9ef6eb0034dd99e8f2a9c8a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/.gitignore X-VCS-Directories: metadata/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d7c61f780ba2c1aef9ef6eb0034dd99e8f2a9c8a X-VCS-Branch: master Date: Tue, 25 Aug 2015 00:21:29 +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: bf2bb584-275c-4f95-a5dd-b99390ffa69c X-Archives-Hash: e9d22952299e4161b93d4d0c80545d0b commit: d7c61f780ba2c1aef9ef6eb0034dd99e8f2a9c8a Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 25 00:20:44 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 25 00:20:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c61f78 metadata: Ignore symlinks as well as directories metadata/.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/.gitignore b/metadata/.gitignore index 5cc3e37..550f0d9 100644 --- a/metadata/.gitignore +++ b/metadata/.gitignore @@ -1,9 +1,9 @@ # These are added during tree generation only. -/cache/ -/dtd/ -/glsa/ -/md5-cache/ -/news/ +/cache +/dtd +/glsa +/md5-cache +/news /herds.xml /timestamp /timestamp.chk