diff options
author | cs2dsb <cs2dsb@gmail.com> | 2020-01-08 22:25:31 +0000 |
---|---|---|
committer | cs2dsb <cs2dsb@gmail.com> | 2020-01-08 22:25:31 +0000 |
commit | c0c2b922b272f2b87b1a907e49499260a430ce23 (patch) | |
tree | fd71d9d120034c2d2d32e4d49afa82f9a21d2ca6 /.gitignore | |
download | max31855-async-c0c2b922b272f2b87b1a907e49499260a430ce23.tar.gz max31855-async-c0c2b922b272f2b87b1a907e49499260a430ce23.tar.xz max31855-async-c0c2b922b272f2b87b1a907e49499260a430ce23.zip |
Initial commit, cargo version 0.1
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..6936990 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +**/*.rs.bk +Cargo.lock |