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>peter
parent
867785edd9
commit
36bbdaff6d
|
@ -3,6 +3,7 @@
|
|||
*.steps
|
||||
*.zip
|
||||
.*.swp
|
||||
*.mpy
|
||||
__pycache__
|
||||
cscope.out
|
||||
docs/build
|
||||
|
|
Loading…
Reference in New Issue