diff options
author | Johan Brandhorst <[email protected]> | 2018-10-20 23:22:42 +0100 |
---|---|---|
committer | Johan Brandhorst <[email protected]> | 2018-10-20 23:29:32 +0100 |
commit | 3d644e6ea88cb1593c4511b78b6f91e12accc565 (patch) | |
tree | 0bce6061958dece4182668a8372c2c1d2608339f /.gitignore | |
parent | ad06ed46cd9ebf672e587236bd4af960eec05f1e (diff) | |
download | tinygo-3d644e6ea88cb1593c4511b78b6f91e12accc565.tar.gz tinygo-3d644e6ea88cb1593c4511b78b6f91e12accc565.zip |
Add dep files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1d1db7fe7..55956ea99 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ src/device/nrf/*.go src/device/nrf/*.s src/device/stm32/*.go src/device/stm32/*.s +vendor |