From 3a6a50276e0c83cda9f60ffb101638af0b3ef485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrob=C3=A9s?= Date: Tue, 1 May 2012 00:27:45 +0100 Subject: [PATCH] More ignores --- .gitignore | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0ee57ce..1bda50a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,19 @@ -*.pyc -.idea/ -dist/ -MANIFEST +*~ _build/ build/ -*.egg-info/ -docs/docs.zip -*~ cover/ .coverage coverage.xml +dist/ +docs/docs.zip docs/sphinx-output +*.egg-info/ +.idea/ +MANIFEST nosetests.xml pep8.txt - +.project +.ropeproject +*.pyc +*.swp +tags