Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore pyenv files in .gitignore. (apache#2906)
Some python developers use Python version manager to create and switch Python enviroments, pyenv (http://github.com/yyuu/pyenv) is one of the version managers. When you use `pyenv local x.x.x`, `pyenv` will put a `.python-version` file in project directory, which, in general, should not be commited to git.
- Loading branch information