summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools if presentShadab Zafar2015-06-251-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"hut2014-10-311-0/+1
| | | | per request of nfnty
* added doc/ranger.1.html to .gitignorehut2014-10-031-0/+1
|
* added .gitignorehut2010-01-171-0/+4