diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2013-10-01 17:15:56 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2013-10-01 17:15:56 +0200 |
commit | 665eca30c55cb410e8b6c5a1942118c89b6bae54 (patch) | |
tree | 1b99cf3d8a34c1c081eacff9abf085619cbcdbe6 /.gitignore |
Read ISO15693 UID and emulate mass storage device.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b137a4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.a +*.elf +*.swp +.sconsign.dblite |