Add .python-version to gitignore (#37483)

This file is used by pyenv tool to automatically activate env
pull/37487/head
Sviatoslav Sydorenko 7 years ago committed by GitHub
parent a6617e4357
commit 5d178c9287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -73,6 +73,7 @@ ansible.egg-info/
/shippable/ /shippable/
/test/integration/cloud-config-*.* /test/integration/cloud-config-*.*
!/test/integration/cloud-config-*.*.template !/test/integration/cloud-config-*.*.template
.python-version
# Release directory # Release directory
packaging/release/ansible_release packaging/release/ansible_release
/.cache/ /.cache/

Loading…
Cancel
Save