diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-09 12:24:09 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-09 12:24:09 -0400 |
commit | b255613f3792ec6dc1c57876e59d95c33538b607 (patch) | |
tree | c390be01063ea4ba89ded7d1df45747abebc72c6 /.gitignore | |
parent | 54e051b7dfbfde9083ce4becd80718ea642114fd (diff) | |
download | usb-host-b255613f3792ec6dc1c57876e59d95c33538b607.tar.gz usb-host-b255613f3792ec6dc1c57876e59d95c33538b607.zip |
Add tests for USB descriptor layout.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/target */target **/*.rs.bk Cargo.lock |