diff options
author | Damien <damien.p.george@gmail.com> | 2013-12-29 18:22:03 +0000 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-12-29 18:22:03 +0000 |
commit | 5ebbfe7e5119147ed1f49edb9d0d0dda42f68d71 (patch) | |
tree | fe879215c607cd1a5834fd37cef7cc0ba9fbfefa | |
parent | 2eda70874ef193c609207db2ba87324244afcf84 (diff) | |
download | micropython-5ebbfe7e5119147ed1f49edb9d0d0dda42f68d71.tar.gz micropython-5ebbfe7e5119147ed1f49edb9d0d0dda42f68d71.zip |
Add 2 files to a gitignore.
-rw-r--r-- | tests/bytecode/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bytecode/.gitignore b/tests/bytecode/.gitignore index 53752db253..cc6d8816aa 100644 --- a/tests/bytecode/.gitignore +++ b/tests/bytecode/.gitignore @@ -1 +1,3 @@ output +mp-tests/__pycache__ +pylib-tests/__pycache__ |