micropython/unix/.gitignore
Paul Sokolovsky 9456732b86 unix: Include upip as fronzen modules inside the standard interpreter.
MicroPython doesn't come with standard library included, so it is important
to be able to easily install needed package in a seamless manner. Bundling
package manager (upip) inside an executable solves this issue.

upip is bundled only with standard executable, not "minimal" or "fast"
builds.
2015-06-02 01:32:07 +03:00

9 lines
104 B
Plaintext

build
build-fast
build-minimal
micropython
micropython_fast
micropython_minimal
*.py
micropython-upip-*