summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Fix build scripts for PyPInfnty2017-02-101-0/+1
|
* setup.py: Use `setuptools` by default, Change name for PyPInfnty2017-02-101-0/+2
|
* gitignore: Add leading `/`nfnty2017-01-281-6/+9
|
* container.fsobject: Fix natural sortnfnty2017-01-241-0/+1
| | | | Fixes #749
* gitignore install_log.txt generated by make installCiro Santilli2016-03-211-0/+1
|
* gitignore: add pytestdebug.logLaurent Charignon2016-01-311-0/+1
|
* Revert "Use setuptools if present"hut2016-01-251-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 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