about summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'slackhead-venv-gitignore'"toonn2019-03-031-1/+0
| | | | | | | | | | | | This reverts commit f5639cd2c4b2f635ec98330da83edbe774a0849d, reversing changes made to aead73e9488be599e92418cea5d9523da459fde1. `.venv` is not a canonical name for python virtualenvs so there's no reason to assume it's common among developers. To avoid potential surprises because of the ignore we're reverting it. We recommend using `.git/info/exclude` instead to specify project-specific ignores that apply only to your setup.
* Add .venv to .gitignoredive2019-03-031-0/+1
|
* Implemented unit test for recent fixtau32018-02-151-1/+2
|
* Fixed start path resolving in case of absent working directorytau32018-02-151-0/+2
|
* .gitignore: add '*.orig' files (created by git merge)hut2017-12-251-0/+1
|
* 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