Add venv folder to gitignore

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-04-04 22:50:24 +02:00 committed by backportbot[bot]
parent 1628b64c52
commit 4bc0ee9d0a

3
.gitignore vendored
View File

@ -30,3 +30,6 @@ developer_manual/design/icons.txt
# Exclude Eclipse project
.project
# pipenv / virtualenv
venv