From b8d698b462193dcdcf247cc47a50a646aebe2fc3 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 9 Nov 2010 06:11:17 +0800 Subject: [PATCH] Add package, installer, unit test and coverage files. --- Python.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 539da741..b92a0dee 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1 +1,13 @@ *.py[co] + +# Packages +*.egg +*.egg-info +dist + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox