summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
id='n155' href='#n155'>155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188