From 502db6ee482cb292a07e81b638800bf073e10223 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Thu, 22 Aug 2019 14:33:20 +0100 Subject: [PATCH] Git ignore of Python virtual environment --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b70b9df..f8d9dddf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ module_dfu/host/xmosdfu/xmosdfu *.i *.bin .build* +*/.venv/* *~ *.a *.swp @@ -22,5 +23,3 @@ module_dfu/host/xmosdfu/xmosdfu .waf-*/ build/ host/xmosdfu/xmosdfu - -.venv