From ce0dc4957256820039d6a13b99f6287eec1e2ea0 Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 27 Mar 2010 17:28:44 +1100 Subject: [PATCH] Update .gitignore file to work with git <= 1.6 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6eed626cc..36165afe6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *~ -build/ -dist/ -*egg-info/ +build +dist +*egg-info *.egg *.log *.pyc