add venv and .venv to the .gitignore
(cherry picked from commit a6fda19e85
)
This commit is contained in:
parent
15fabc77ee
commit
337e9605ce
|
@ -62,6 +62,10 @@ tests/data/*.translation
|
|||
# Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
|
||||
st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9]
|
||||
|
||||
# Python development
|
||||
.venv
|
||||
venv
|
||||
|
||||
# Python generated
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
Loading…
Reference in New Issue