mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
Update .gitattributes
* Update path for ignoreing tests directory. * The deluge-all and ext-extensions source code should not be ignored. * Remove entries for non-existent build script and debug js files. * Ignore the new packaging directory.
This commit is contained in:
parent
941e4d7c1f
commit
9c01c87bbf
1 changed files with 2 additions and 8 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
@ -1,17 +1,11 @@
|
||||||
/win32/ export-ignore
|
packaging export-ignore
|
||||||
/osx/ export-ignore
|
|
||||||
docs/build/ export-ignore
|
docs/build/ export-ignore
|
||||||
docs/source/ export-ignore
|
docs/source/ export-ignore
|
||||||
/tests/ export-ignore
|
deluge/tests/ export-ignore
|
||||||
deluge/scripts/ export-ignore
|
deluge/scripts/ export-ignore
|
||||||
setup.cfg export-ignore
|
setup.cfg export-ignore
|
||||||
generate_pot.py export-ignore
|
generate_pot.py export-ignore
|
||||||
gen_web_gettext.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/build export-ignore
|
|
||||||
deluge/ui/web/docs/ export-ignore
|
deluge/ui/web/docs/ export-ignore
|
||||||
|
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue