From 449cda8fc4fabbe320b9625086279d140d5d724f Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sat, 3 Feb 2024 21:05:51 +0000 Subject: [PATCH] Ignore .python-version It might differ from system to system (e.g. a virtual environment in one but a version number in another) --- bootstrap/cxx/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/cxx/.gitignore b/bootstrap/cxx/.gitignore index ee88074c4..d1bbc1a75 100644 --- a/bootstrap/cxx/.gitignore +++ b/bootstrap/cxx/.gitignore @@ -5,6 +5,9 @@ # used by clangd and other programs .cache/ +# created by pyenv +.python-version + # used for local development Makefile