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:
parent
867785edd9
commit
36bbdaff6d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
*.steps
|
||||
*.zip
|
||||
.*.swp
|
||||
*.mpy
|
||||
__pycache__
|
||||
cscope.out
|
||||
docs/build
|
||||
|
|
Loading…
Reference in a new issue