| commit | f414edf8e9f6247e6ededbeed2318abe8027257a | [log] [tgz] |
|---|---|---|
| author | David Garcia <david.garcia@canonical.com> | Tue Aug 25 14:38:59 2020 +0200 |
| committer | David Garcia <david.garcia@canonical.com> | Tue Aug 25 14:38:59 2020 +0200 |
| tree | 133ce0b38616bc58dad1f2afba050d316deb6366 | |
| parent | 4f74f59cf7550185336c0a075205f61d424f214a [diff] |
Add entries in .gitignore to ignore the files created by venv Change-Id: I303847624dfb3f8f3a7ce37621f9f72b9344c0a2 Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/.gitignore b/.gitignore index 11426c9..ae1f284 100644 --- a/.gitignore +++ b/.gitignore
@@ -30,3 +30,8 @@ .vscode/ .project .pydevproject +bin/ +lib/ +lib64 +pyvenv.cfg +share/ \ No newline at end of file