Module: deluge Branch: 1.2-stable Commit: 4a2316411d9ba50620d8c67961e8e828a749378b
Author: John Garland <[email protected]> Date: Sat Mar 27 19:15:04 2010 +1100 Add .gitignore file to 1.2 branch --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36165af --- /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.
