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:
Sean Cross 2019-06-19 12:51:06 -07:00
parent 482a00aa76
commit 2c0ed53354
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore Python temporary files
*.pyc
__pycache__