diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2014-03-10 14:57:24 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2014-03-10 14:57:24 +0100 |
commit | dbf4f67c55e4af93f893ed345e6367bccf18b05d (patch) | |
tree | eaaab3f6789f62925fb64d55cf01b605641989e9 /.gitattributes | |
parent | [WebUI] Flake8 web.py (diff) | |
download | deluge-dbf4f67c55e4af93f893ed345e6367bccf18b05d.tar.xz deluge-dbf4f67c55e4af93f893ed345e6367bccf18b05d.zip |
Update gitattributes file
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 656fcff1f..739f43af8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -/libtorrent/ export-ignore /win32/ export-ignore /osx/ export-ignore docs/build/ export-ignore @@ -7,11 +6,11 @@ docs/source/ export-ignore deluge/scripts/ export-ignore setup.cfg export-ignore generate_pot.py export-ignore +gen_web_gettext.py export-ignore deluge/ui/web/css/*-debug.css export-ignore deluge/ui/web/js/*-debug.js export-ignore deluge/ui/web/js/deluge-all/ export-ignore deluge/ui/web/js/extjs/ext-extensions/ export-ignore -deluge/ui/web/gen_gettext.py export-ignore deluge/ui/web/build export-ignore deluge/ui/web/docs/ export-ignore |