Module: deluge Branch: master Commit: 250471fe474ed8c5d463c1860a9b47998fd610fc
Author: Andrew Resch <[email protected]> Date: Fri Mar 26 13:10:35 2010 -0700 Add .gitignore file --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6eed626 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +build/ +dist/ +*egg-info/ +*.egg +*.log +*.pyc +*.tar.* -- 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.
