Add entries in .gitignore to ignore the files created by venv 36/9636/1
authorDavid Garcia <david.garcia@canonical.com>
Tue, 25 Aug 2020 12:38:59 +0000 (14:38 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 25 Aug 2020 12:38:59 +0000 (14:38 +0200)
Change-Id: I303847624dfb3f8f3a7ce37621f9f72b9344c0a2
Signed-off-by: David Garcia <david.garcia@canonical.com>
.gitignore

index 11426c9..ae1f284 100644 (file)
@@ -30,3 +30,8 @@ nosetests.xml
 .vscode/
 .project
 .pydevproject
 .vscode/
 .project
 .pydevproject
+bin/
+lib/
+lib64
+pyvenv.cfg
+share/
\ No newline at end of file