From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 488EE139083 for ; Wed, 22 Nov 2017 15:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9154FE0DD3; Wed, 22 Nov 2017 15:52:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7421AE0DD3 for ; Wed, 22 Nov 2017 15:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AA0A33BF43 for ; Wed, 22 Nov 2017 15:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F97A3CA for ; Wed, 22 Nov 2017 15:52:44 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1492102008.9e1166fe6c715e8bf26262841798a93a0f00637a.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9e1166fe6c715e8bf26262841798a93a0f00637a X-VCS-Branch: pending Date: Wed, 22 Nov 2017 15:52:44 +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: 4bd0486e-fb1c-4ffa-ac71-f37236ebb1ae X-Archives-Hash: d373855639533fd62e19070723964c4c commit: 9e1166fe6c715e8bf26262841798a93a0f00637a Author: Mike Frysinger gentoo org> AuthorDate: Thu Apr 13 16:46:48 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Apr 13 16:46:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9e1166fe gitignore: anchor the paths Rather than match any dir/file in the tree, anchor the dist stuff to the root. .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d52b2974..649b79ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[co] -dist -build -files -MANIFEST + +/build/ +/dist/ +/files/ +/MANIFEST