From 87cb1df94a23559f2227c93e6117540c44779f68 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 15 Aug 2016 16:26:14 +0800 Subject: [PATCH] Ignore .python-version which is used by pyenv Change-Id: Ic4938b2e6946178a5bf3867183449ec8e9b1f263 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0753dcf81..27caa22e1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ etc/vitrage/vitrage.conf #Python *.pyc + +#pyenv +.python-version