diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2012-11-22 23:16:41 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2012-11-23 00:27:52 +0100 |
commit | ffb902ba0644f3c45bb80cd46818d2d1e628e3fb (patch) | |
tree | ed637c932b0db4d13d3a2581b86eb4806ada9d30 /.gitattributes | |
parent | Update bbfreeze and nsis scripts for win32 packaging (diff) | |
download | deluge-ffb902ba0644f3c45bb80cd46818d2d1e628e3fb.tar.xz deluge-ffb902ba0644f3c45bb80cd46818d2d1e628e3fb.zip |
updated gitattributes to ignore deluge-web debug files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2c630e159..bba470295 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,9 @@ check_glade.sh export-ignore createicons.sh export-ignore create_potfiles_in.py export-ignore gettextize.sh export-ignore +deluge/ui/web/css/*-debug.css export-ignore +deluge/ui/web/js/*-debug.js export-ignore + .gitattributes export-ignore .gitmodules export-ignore .gitignore export-ignore |