diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-09-19 18:26:41 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-09-19 18:26:41 +0200 |
commit | 62673c4137abd04a309115440899431bdb9909e3 (patch) | |
tree | 6170d0d70f0fcded77f4db9a722a513438132ccb /.gitignore | |
parent | e46cf7b5489213ac0f8941c870121b04cf6091ac (diff) |
Add README and getBaud example.
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..edf1514 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +examples/test_* +examples/result_*.xml +examples/*.log
\ No newline at end of file |