gitignore: ignore temporary python files
These get generated whenever one of these boards are used, which can cause issues when this repo is used as a submodule. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
482a00aa76
commit
2c0ed53354
|
@ -0,0 +1,3 @@
|
||||||
|
# Ignore Python temporary files
|
||||||
|
*.pyc
|
||||||
|
__pycache__
|
Loading…
Reference in New Issue