Add *.mpy to gitignore

.mpy files are micropython bytecode and should be ignored.
Now that user-defined apps are implemented, it's likely that .mpy files
will be present in apps/

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
Francesco Gazzetta 2021-11-19 17:07:49 +01:00 committed by Daniel Thompson
parent 867785edd9
commit 36bbdaff6d

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
*.steps *.steps
*.zip *.zip
.*.swp .*.swp
*.mpy
__pycache__ __pycache__
cscope.out cscope.out
docs/build docs/build