commit | a3b73bf6dcc87411ebe1ef2d11c0e77a9da217c5 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Thu Jul 30 20:17:11 2020 -0400 |
committer | GitHub <noreply@github.com> | Thu Jul 30 20:17:11 2020 -0400 |
tree | 9e25708ae58c7ce99a30c54032a2bae16a7e7319 | |
parent | 6d2bfd3562f936e1d086a6d0f25044ab36ae599b [diff] [blame] |
Add .python-version to .gitignore (#2727)
diff --git a/.gitignore b/.gitignore index 7db7ef9..96a5b66 100644 --- a/.gitignore +++ b/.gitignore
@@ -39,3 +39,6 @@ compile_commands.json .cache/clangd .clangd/ + +# Pyenv files +.python-version