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
This commit is contained in:
Otto Fowler 2020-11-21 22:50:44 -05:00 committed by GitHub
parent aac003223f
commit 81362de064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -8,3 +8,6 @@ cmake-build-*
# skip DS Store for MacOS
.DS_Store
# ignore pyenv local settings
.python-version