diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2020-07-21 21:40:50 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2020-07-21 23:19:32 +0200 |
commit | af1b3fba308008907ef0ea546175f58afa366cec (patch) | |
tree | f99d01f4da13548968c2c04aaa2f7696b72f2d71 /.gitignore | |
download | nrf-softdevice-af1b3fba308008907ef0ea546175f58afa366cec.zip |
First commit!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95811cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target +Cargo.lock +tmp |