mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
ignore cache files generated by python3 and jython.
This commit is contained in:
parent
edc686ad7f
commit
ed5f3eef77
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
/libexec/*.class
|
||||
/libexec/*.pyc
|
||||
/libexec/*.pyo
|
||||
/libexec/__pycache__
|
||||
*.swo
|
||||
*.swp
|
||||
|
|
|
|||
Loading…
Reference in a new issue