From 08a0a2de998253d8bf82d45248b291a6efe45865 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 28 Jul 2011 22:34:15 +0100 Subject: [PATCH] Fix i18n sub-dir issue in gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e38c0115..2a7eb4d80 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ dist *.pyc *.tar.* _trial_temp -deluge/i18n/* +deluge/i18n/*/ *.desktop