diff options
author | Ayke van Laethem <[email protected]> | 2018-09-23 16:46:57 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-23 16:46:57 +0200 |
commit | f7f33a116327425bd0a144688ebe5a80fdf2f4c7 (patch) | |
tree | 16ddc857269e94a4e8c7e28604abc3940d54e422 /.gitignore | |
parent | 2938437efc5155cc6c0730cb26a827bef1b9717f (diff) | |
download | tinygo-f7f33a116327425bd0a144688ebe5a80fdf2f4c7.tar.gz tinygo-f7f33a116327425bd0a144688ebe5a80fdf2f4c7.zip |
docs: add initial documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 890c77b2d..b3a998502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build +docs/_build src/device/avr/*.go src/device/avr/*.ld src/device/nrf/*.go |