diff options
author | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2018-03-15 19:07:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 19:07:59 +0100 |
commit | 5d178c92873374cd8382c14edea33a531d734d7a (patch) | |
tree | 2ec401c7d207909a7c666d25ffd4d0c00436f58d /.gitignore | |
parent | a6617e4357136187b21e97cf2692f8d1c772245b (diff) | |
download | ansible-5d178c92873374cd8382c14edea33a531d734d7a.tar.gz |
Add .python-version to gitignore (#37483)
This file is used by pyenv tool to automatically activate env
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eaa3da7b9b..d09dd4050a 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ ansible.egg-info/ /shippable/ /test/integration/cloud-config-*.* !/test/integration/cloud-config-*.*.template +.python-version # Release directory packaging/release/ansible_release /.cache/ |