diff options
author | Damien George <damien.p.george@gmail.com> | 2016-01-15 14:25:53 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-01-15 14:25:53 +0000 |
commit | 55ad083061614d75f0afd2f14a843c1ab2641a1f (patch) | |
tree | f6a938ebc69cbeff907d7992c188b6e7d5541fb0 /unix | |
parent | aeadda4eace42b330fe51d9e342756d83aa433a9 (diff) | |
download | micropython-55ad083061614d75f0afd2f14a843c1ab2641a1f.tar.gz micropython-55ad083061614d75f0afd2f14a843c1ab2641a1f.zip |
unix/.gitignore: Add nanbox build output to ignore list.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/.gitignore b/unix/.gitignore index b93755326f..eeafecf18a 100644 --- a/unix/.gitignore +++ b/unix/.gitignore @@ -2,9 +2,11 @@ build build-fast build-minimal build-coverage +build-nanbox micropython micropython_fast micropython_minimal micropython_coverage +micropython_nanbox *.py *.gcov |