diff options
author | jaseg <git@jaseg.de> | 2020-11-26 17:42:05 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2020-11-26 17:42:05 +0100 |
commit | 44548df52f8f5e1dcfdc7b3cfdd7024d9d3bf50a (patch) | |
tree | 9198f87b0f41ef96aa4f51db1595b9156b7955a1 /prototype/fw/.gitignore | |
parent | 9b5625f12ae067a1583252d41febef848f055588 (diff) | |
download | ihsm-44548df52f8f5e1dcfdc7b3cfdd7024d9d3bf50a.tar.gz ihsm-44548df52f8f5e1dcfdc7b3cfdd7024d9d3bf50a.tar.bz2 ihsm-44548df52f8f5e1dcfdc7b3cfdd7024d9d3bf50a.zip |
Add COBS encoder
Diffstat (limited to 'prototype/fw/.gitignore')
-rw-r--r-- | prototype/fw/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototype/fw/.gitignore b/prototype/fw/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/prototype/fw/.gitignore @@ -0,0 +1 @@ +__pycache__ |