diff options
| author | Damien George | 2016-02-11 22:37:26 +0000 |
|---|---|---|
| committer | Damien George | 2016-02-25 10:12:21 +0000 |
| commit | 56f76b873a28a35f045c93cb9d76d78827f87462 (patch) | |
| tree | aae6803ea1552ec3f22d60b6b94a7eac532a1b01 /mpy-cross/.gitignore | |
| parent | ea23520403777f9b026f49245d39f8be1ccdbdac (diff) | |
mpy-cross: Add new component, a cross compiler for MicroPython bytecode.
This component allows to generate .mpy files (pre compiled bytecode)
which can be executed within any MicroPython runtime/VM.
Diffstat (limited to 'mpy-cross/.gitignore')
| -rw-r--r-- | mpy-cross/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/.gitignore b/mpy-cross/.gitignore new file mode 100644 index 000000000..82a0a7efa --- /dev/null +++ b/mpy-cross/.gitignore @@ -0,0 +1 @@ +mpy-cross |
