Module: deluge Branch: master Commit: ce0dc4957256820039d6a13b99f6287eec1e2ea0
Author: John Garland <[email protected]> Date: Sat Mar 27 17:28:44 2010 +1100 Update .gitignore file to work with git <= 1.6 --- .gitignore | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6eed626..36165af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *~ -build/ -dist/ -*egg-info/ +build +dist +*egg-info *.egg *.log *.pyc -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
