diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2021-03-27 16:10:53 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2021-03-27 16:10:53 +0100 |
commit | 434e61c231e142b6f5f8d81eb25f4ef97686d85a (patch) | |
tree | db884ec48a50772e29b99cc42ff6b0cca4a79228 /.gitignore | |
download | nitrokey-hid-434e61c231e142b6f5f8d81eb25f4ef97686d85a.tar.gz nitrokey-hid-434e61c231e142b6f5f8d81eb25f4ef97686d85a.tar.bz2 |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |