diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-01-11 12:34:49 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-02-08 12:26:23 +0100 |
commit | 61a61f3907e802f0be9bc0039a84ebaabba7b372 (patch) | |
tree | 02fdc99a4a88858ed522727efb1f3a508fc081a1 /.gitignore | |
download | charlcd-61a61f3907e802f0be9bc0039a84ebaabba7b372.tar.gz charlcd-61a61f3907e802f0be9bc0039a84ebaabba7b372.zip |
initial version
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 |