Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |