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 *.i
*.bin *.bin
.build* .build*
*/.venv/*
*~ *~
*.a *.a
*.swp *.swp
@@ -22,5 +23,3 @@ module_dfu/host/xmosdfu/xmosdfu
.waf-*/ .waf-*/
build/ build/
host/xmosdfu/xmosdfu host/xmosdfu/xmosdfu
.venv