Git ignore of Python virtual environment

This commit is contained in:
Larry Snizek
2019-08-22 14:33:20 +01:00
parent df8cdd8692
commit 502db6ee48

3
.gitignore vendored
View File

@@ -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