* 'patch-3' of https://github.com/ottobackwards/zeek:
  Update .gitignore to ignore pyenv .python-version
This commit is contained in:
Jon Siwek 2020-11-23 21:35:19 -08:00
commit 3b58b67367

3
.gitignore vendored
View file

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