diff options
author | Andrew Scheller <github@loowis.durge.org> | 2014-04-10 22:32:04 +0100 |
---|---|---|
committer | Andrew Scheller <github@loowis.durge.org> | 2014-04-10 22:32:04 +0100 |
commit | 4391c8f38e93a0c6c0fc3c8e1443f196e331bdde (patch) | |
tree | 4c1e2b5399ef554e2c5f509408301fd59ffcc1c5 | |
parent | ae491055fae927dbdfabeea69ffee166a9720a68 (diff) | |
download | micropython-4391c8f38e93a0c6c0fc3c8e1443f196e331bdde.tar.gz micropython-4391c8f38e93a0c6c0fc3c8e1443f196e331bdde.zip |
Update .gitignore
Add test failure logs
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6224e57cdb..4e8d12e514 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,8 @@ # Build directory ###################### build/ + +# Test failure outputs +###################### +tests/*.exp +tests/*.out |