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 967131382D5 for ; Sat, 5 Jan 2013 11:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84CA421C006; Sat, 5 Jan 2013 11:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DB0621C006 for ; Sat, 5 Jan 2013 11:14:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A53533D8A3 for ; Sat, 5 Jan 2013 11:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D748E5439 for ; Sat, 5 Jan 2013 11:14:43 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1357384470.89becd35f27c1bc997956026d9aeec09d702bcb2.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 89becd35f27c1bc997956026d9aeec09d702bcb2 X-VCS-Branch: master Date: Sat, 5 Jan 2013 11:14: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: daa49321-ca76-4417-85cf-40c427c33285 X-Archives-Hash: 67213407f5b2d1dfbe8d182134e0dde2 commit: 89becd35f27c1bc997956026d9aeec09d702bcb2 Author: Zac Medico gentoo org> AuthorDate: Sat Jan 5 11:14:30 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jan 5 11:14:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=89becd35 .gitignore: __pycache__/ --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2236c63..074bb86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.py[co] +__pycache__/ *.class /tags