diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-02 19:39:50 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-02 19:39:50 -0700 |
| commit | c6c977070eb82e453d685e86d7f481871eaf292a (patch) | |
| tree | 1a1ecc8553785f2b183a8e607311a31a7e4cd445 /.gitignore | |
| parent | 09be96a6aa56734f13a7a7b7c5c1c5f29f014364 (diff) | |
| parent | f7c461152364650b71231387c3f80b37277c9161 (diff) | |
Merge remote-tracking branch 'micropython/master'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 450bbd863..a6295928d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ tests/*.out # Python cache files ###################### __pycache__/ +*.pyc # Customized Makefile/project overrides ###################### |
