From 81362de0643fc3bba8247880b9596120691b6859 Mon Sep 17 00:00:00 2001 From: Otto Fowler Date: Sat, 21 Nov 2020 22:50:44 -0500 Subject: [PATCH] Update .gitignore to ignore pyenv .python-version You may have this file if you have multiple versions of python installed, and zeek doesn't build with all of them --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e0efa6d316..e06e3a71d5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ cmake-build-* # skip DS Store for MacOS .DS_Store + +# ignore pyenv local settings +.python-version