Python venv file exclusion
This commit is contained in:
parent
a33d741bd3
commit
011fdb5cab
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Excude Python venv
|
||||||
|
*/bin/*
|
||||||
|
*/include/*
|
||||||
|
*/lib/*
|
||||||
|
*/lib64
|
||||||
|
*/pyvenv.cfg
|
||||||
|
*/share/*
|
||||||
|
|
Loading…
Reference in a new issue