diff options
author | stijn <stinos@zoho.com> | 2014-05-03 10:21:07 +0200 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2014-05-03 10:21:07 +0200 |
commit | cdcd3de53fc304de82f806538f3415ead4fd1e4b (patch) | |
tree | aea3d543ba36f4fad26a05485d1ed4a5638d365d | |
parent | 8f472ad5778876d3d8abcfec9459c0a106f629af (diff) | |
download | micropython-cdcd3de53fc304de82f806538f3415ead4fd1e4b.tar.gz micropython-cdcd3de53fc304de82f806538f3415ead4fd1e4b.zip |
Ignore .exe files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ce2e45af97..4c0191f692 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.map *.hex *.dis +*.exe # Packages ############ |