Module: deluge Branch: master Commit: 08a0a2de998253d8bf82d45248b291a6efe45865
Author: Calum Lind <[email protected]> Date: Thu Jul 28 22:34:15 2011 +0100 Fix i18n sub-dir issue in gitignore --- .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 2e38c01..2a7eb4d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ dist *.pyc *.tar.* _trial_temp -deluge/i18n/* +deluge/i18n/*/ *.desktop -- 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.
