From 7817e5d41b49de27a19945d55f8824dfbcea0249 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Wed, 27 Mar 2013 21:03:07 +0100 Subject: [PATCH] Rewrite .gitignore file a bit and add some rules --- .gitignore | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 90ad556..e8687c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,25 @@ +# Virtualenv/Common /bin/ -/lib/ -/include/ -/local -/src/ /build/ -/pip-log.txt -/development.db +/dist/ +/include/ +/lib/ +/local/ /media/ +/src/ /static/ +/*.egg-info/ +/pip-log.txt + +# Buildout +/eggs/ +/develop-eggs/ +/.installed.cfg + +# Project +/*.db + +# Misc +/.idea/ *.pyc *.swp -/.idea/ -/dist/ -/*.egg-info/