summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add deluge.pot to repo for new translation appCalum Lind2024-07-151-1/+0
| | | | Attempting to move to weblate but need deluge.pot in the repo
* [Tests] Ignore pytest temp dirCalum Lind2023-05-291-0/+1
|
* Add metainfo.xml to gitignoreCalum Lind2023-03-031-1/+1
|
* [Tests] Remove reference to Twisted TrialCalum Lind2022-03-021-1/+0
| | | | | With the move to pytest remove remainings documentation or comments that refer to Trial.
* [Core] Stop using removed disk.num_blocks_cache_hits staticzero2021-10-031-0/+2
| | | | | Removed in libtorrent v2.0.0: https://github.com/arvidn/libtorrent/commit/569d47c3914d1f4a8672b92166ee461b4ae33aef
* Update gitignore fileCalum Lind2019-05-141-2/+4
| | | | | - pip install creates dist-info directories - add __pycache__ for compelteness and other byte compiled file types.
* [Docs] Reorganise and add sections from wikiCalum Lind2018-11-011-1/+1
| | | | | | | | | | | | | | | | | | | - Change the layout and contents of docs to be better organised and follow ideas from: https://www.divio.com/blog/documentation/ - Use markdown for non-technical documents to speed up writing. - Added new sections and imported documents from Trac wiki. Build fixes: - Added a patch to fix recommonmark 0.4 and doc referencing: https://github.com/rtfd/recommonmark/issues/93 - Set docs build in tox to Py2.7 since there are problems with autodoc mocking multiple inheritance on Python 3 resulting in metaclass errors. - Supressed warning about `modules.rst` not in the toctree by creating a static `modules.rst` with `:orphan:` file directive and add to git. Also skip creating this toc file with sphinx-apidoc in setup and tox. - Simplified finding exported RPC and JSON API methods by adding an autodoc custom class directive. Removed unneeded __rpcapi.py.
* [WebUI] Fix closure minified size increaseCalum Lind2018-10-161-0/+2
| | | | | | | All of the non-standard docstring file headers were being added to minified files, increasing the file size. Replace with jsdoc `/**`. Remove ext-extensions from git as will be generated by minify script.
* Update tox and CI for Python 3Calum Lind2018-10-101-1/+1
|
* [Lint] Add pre-commit configCalum Lind2018-10-051-0/+1
| | | | | | | | | | | - Added a pre-commit config for code linting and formatting. It will auto-format python, javascript, CSS, YAML and markdown files to save manually doing so. To install: pip install pre-commit pre-commit install - Added a default virtual environment directory to gitignore.
* Update gitignorenagracks2017-05-031-0/+1
| | | | Ignore .cache
* [UI] Refactor appdata.xml code and markup translatable textCalum Lind2017-02-231-0/+1
|
* [Docs] Autogenerate module docs with apidocbendikro2016-05-221-0/+1
| | | | * Add sphinx-apidoc to setup.py build_docs
* [Tests] Rename pylintrc and ignore .tox dirCalum Lind2016-04-291-0/+1
|
* Revert "Remove generated javascript gettext file from git"Calum Lind2015-08-201-1/+0
| | | | This reverts commit 522815d2669d6a278c10355445a31cb0ec373f48.
* Remove generated javascript gettext file from gitCalum Lind2015-08-201-0/+1
|
* Create new generate_pot.py script for translationsCalum Lind2013-05-021-0/+1
| | | | | | * glade3 files require workaround with intltool-extract * webui javascript files are now included * fix multiline string for parse
* Add get_version script to automate release versions (PEP386 naming)deluge-2.0.0.dev0Calum Lind2013-05-011-0/+1
|
* Add OSX packaging and GTK supportCalum Lind2013-02-141-0/+1
|
* Update Changelog, webui gettext, gitignore & compress jsCalum Lind2012-12-221-1/+1
|
* Updates to web gen_gettext script and add .build_data to gitignoreCalum Lind2012-11-241-0/+1
|
* Fix i18n sub-dir issue in gitignoreCalum Lind2011-07-281-1/+1
|
* Localize the Desktop fileCalum Lind2011-07-131-0/+1
| | | | | | Conflicts: setup.py
* Raw attempt of fixing the GtkBuilder introduced bugs.Pedro Algarvio2011-07-101-0/+1
|
* add _trial_temp to the gitignore fileDamien Churchill2010-05-041-0/+1
|
* Update .gitignore file to work with git <= 1.6John Garland2010-03-271-3/+3
|
* Add .gitignore fileAndrew Resch2010-03-261-0/+8