From 00d72a1c94e8674eb1c0d65f69195ba4a5e3ff5c Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Wed, 1 Jul 2015 14:33:26 +0800 Subject: [PATCH] ignore pyenv config file Add .python-version to .gitignore to ignore pyenv config file Change-Id: Idebbe50daf4a54ba2f256f341c659deb9eaaf446 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cd141e2..991c14d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ covhtml dist/ doc/build/ nova_zvm_virt_driver.egg-info/ +.python-version