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 A0C5A1381F3 for ; Thu, 20 Jun 2013 22:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09CB8E0957; Thu, 20 Jun 2013 22:53:21 +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 82B66E0957 for ; Thu, 20 Jun 2013 22:53:20 +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 79AB633E406 for ; Thu, 20 Jun 2013 22:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 138AEE468F for ; Thu, 20 Jun 2013 22:53:18 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1371673417.e184a7ef97b69977c03e2d988d187ce92033678e.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: / X-VCS-Repository: proj/g-sorcery X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: e184a7ef97b69977c03e2d988d187ce92033678e X-VCS-Branch: master Date: Thu, 20 Jun 2013 22:53:18 +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: ec3ce1ae-7fed-4e87-b6bf-c8a51103d1b0 X-Archives-Hash: e7d90c4a0633c7070b2920aea98b2b01 commit: e184a7ef97b69977c03e2d988d187ce92033678e Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Wed Jun 19 20:23:37 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Wed Jun 19 20:23:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=e184a7ef .gitignore --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cc209b --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +#tmp files +*\~ + +tst