From 512957e7b808f89169a26eb1d056edc1a06d25b8 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 19 Nov 2013 17:15:54 -0800 Subject: [PATCH] update .gitignore for the stuff i want to ignore --- .gitignore | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 60909df..bfcdb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,9 @@ -*.py[co] - -# Packages -*.egg +.project +.pydevproject +*.pyc +*.pem +*.db +*.diff *.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 - -.idea -*.iml \ No newline at end of file +*.swp +warcs