diff options
author | Maxwell Beck <max@rastertail.net> | 2025-05-28 17:58:20 -0500 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2025-05-28 17:58:20 -0500 |
commit | 5660f7984f5aee21dd248bb721987bacde290bc8 (patch) | |
tree | 146f9aa2c6b5270b6c6c588f17cac0683048f82d /.gitignore | |
parent | d48c0668da0f319b57b1fb47f93843a851d49339 (diff) |
WIP: USB MSC interface
Real quick and dirty at the moment... but working!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 00c49ee..08236c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store -testbin/ +.cache/ build/ |