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 C80E81386F2 for ; Tue, 11 Aug 2015 04:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD89141B2; Tue, 11 Aug 2015 04:01:47 +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 CE52D141B2 for ; Tue, 11 Aug 2015 04:01:46 +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 984CD34087C for ; Tue, 11 Aug 2015 04:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C66312C for ; Tue, 11 Aug 2015 04:01:43 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1439265691.7aaed48aaed3d184469e4b87ee61c1675ce48419.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7aaed48aaed3d184469e4b87ee61c1675ce48419 X-VCS-Branch: master Date: Tue, 11 Aug 2015 04:01:43 +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: f4bf3fb7-d36b-42c4-b830-5a5796683194 X-Archives-Hash: 7a2f66cac4d19dd8802202d3a7fe759f commit: 7aaed48aaed3d184469e4b87ee61c1675ce48419 Author: Mike Frysinger gentoo org> AuthorDate: Tue Aug 11 04:00:20 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Aug 11 04:01:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaed48a metadata: anchor the ignored paths We don't want to ignore all files named "glsa", just the "glsa" dir in the metadata dir. metadata/.gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/metadata/.gitignore b/metadata/.gitignore index fcc8c96..6298aae 100644 --- a/metadata/.gitignore +++ b/metadata/.gitignore @@ -1,10 +1,10 @@ -# These are added during tree generation only -cache -dtd -glsa -md5-cache -news -herds.xml -timestamp -timestamp.chk -timestamp.x +# These are added during tree generation only. +/cache/ +/dtd/ +/glsa/ +/md5-cache/ +/news/ +/herds.xml +/timestamp +/timestamp.chk +/timestamp.x