diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2011-07-28 23:34:15 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2011-07-28 23:56:22 +0200 |
commit | 08a0a2de998253d8bf82d45248b291a6efe45865 (patch) | |
tree | 3fb424bc002e00a0e84798099d26f25cec4ff2bb /.gitignore | |
parent | Fix .desktop file creation on Windows by just ignoring it (diff) | |
download | deluge-08a0a2de998253d8bf82d45248b291a6efe45865.tar.xz deluge-08a0a2de998253d8bf82d45248b291a6efe45865.zip |
Fix i18n sub-dir issue in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |