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
|
*.steps
|
||||||
*.zip
|
*.zip
|
||||||
.*.swp
|
.*.swp
|
||||||
|
*.mpy
|
||||||
__pycache__
|
__pycache__
|
||||||
cscope.out
|
cscope.out
|
||||||
docs/build
|
docs/build
|
||||||
|
|
Loading…
Add table
Reference in a new issue