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 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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