From 4a99b039f520cf616bb0b2420bbfa8412bb12104 Mon Sep 17 00:00:00 2001 From: Edward Robinson Date: Thu, 25 Oct 2012 19:32:05 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index f24cd99..4930881 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,2 @@ -*.py[co] - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox - -#Translations -*.mo - -#Mr Developer -.mr.developer.cfg +*.pyc +_build