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 027E0139694 for ; Wed, 22 Mar 2017 12:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F12E0E5D; Wed, 22 Mar 2017 12:51:52 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23CD2E0E5C for ; Wed, 22 Mar 2017 12:51:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EF1A34163C for ; Wed, 22 Mar 2017 12:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852CF7112 for ; Wed, 22 Mar 2017 12:51:43 +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: <1490186999.d36ae80991167884dc1a96da7d8b8e89a513f5ef.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d36ae80991167884dc1a96da7d8b8e89a513f5ef X-VCS-Branch: master Date: Wed, 22 Mar 2017 12:51: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: 639453d7-0b31-40c2-8131-f18f2700d944 X-Archives-Hash: cf5b9a11995c64f235d8ce75c674ba42 commit: d36ae80991167884dc1a96da7d8b8e89a513f5ef Author: Brian Dolbec gentoo org> AuthorDate: Wed Mar 22 12:31:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Mar 22 12:49:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d36ae809 Update .gitignore .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 443cee8..3b6d6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build __pycache__ -*.pyc +*.py[c,o] +dist