Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: Add leading `/` | nfnty | 2017-01-28 | 1 | -6/+9 |
| | |||||
* | container.fsobject: Fix natural sort | nfnty | 2017-01-24 | 1 | -0/+1 |
| | | | | Fixes #749 | ||||
* | gitignore install_log.txt generated by make install | Ciro Santilli | 2016-03-21 | 1 | -0/+1 |
| | |||||
* | gitignore: add pytestdebug.log | Laurent Charignon | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | Revert "Use setuptools if present" | hut | 2016-01-25 | 1 | -1/+0 |
| | | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH | ||||
* | Use setuptools if present | Shadab Zafar | 2015-06-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | The main reason for this is the presence of `develop` command in setuptools. So by running `sudo python setup.py develop` - ranger gets installed, but you can easily make changes to the code and won't have to reinstall it. You can read more about it here: http://pythonhosted.org//setuptools/setuptools.html#development-mode It basically links an egg, so I had to add an appropriate line to .gitignore as well. | ||||
* | .gitignore: added "build" | hut | 2014-10-31 | 1 | -0/+1 |
| | | | | per request of nfnty | ||||
* | added doc/ranger.1.html to .gitignore | hut | 2014-10-03 | 1 | -0/+1 |
| | |||||
* | added .gitignore | hut | 2010-01-17 | 1 | -0/+4 |