From 674cfd4b25840c80f3bbb1e61e8d35b7e50df50b Mon Sep 17 00:00:00 2001 From: Pierre Dulac Date: Sat, 2 Mar 2013 00:00:26 +0100 Subject: [PATCH] Better .gitignore file --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2ac041e..7073810 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -.DS_Store -build/ -dist/ -django_oauth2_provider.egg-info/ -venv/ - *.pyc +.DS_Store +_build +.*.sw[po] +*.egg-info +dist +build +venv