Skip to content

Commit 517019a

Browse files
mikebeatonmergify[bot]
authored andcommitted
.gitignore: Ignore Python venv files
Since presumably quite a few people will use stuart to build EDK 2, and since the recommended approach in that case is to use a python venv, it is much more convenient if these files are ignored by default in EDK 2, rather than requiring a manual update to .git/info/exclude each time the repo is cloned, as effectively suggested in the current How to Build With Stuart instructions on the tianocore wiki. Signed-off-by: Mike Beaton <[email protected]>
1 parent a6b4721 commit 517019a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Build/
55
__pycache__/
66
tags/
77
.vscode/
8+
.venv/

0 commit comments

Comments
 (0)