Add .python-version file to .gitignore

- for use with pyenv

Change-Id: I6dc6ccca1b01f010571d2057f36f1e793be9932d
This commit is contained in:
Jason Meridth 2016-05-27 12:02:16 -05:00
parent dfa46371c4
commit 792c59f005
No known key found for this signature in database
GPG Key ID: B0DAB474BBA30F4F
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -31,3 +31,6 @@ test-reporting-results*
*.project
*.pydev*
*.idea
# pyenv versions
.python-version