From 694f61d7b411598d009880d204bb6bbc276b9177 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 31 Jan 2012 08:47:27 +0100 Subject: [PATCH] fix ignore --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3d74a9a..885eeb7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,28 @@ -*.pyc +*.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 -- 2.39.5