diff options
author | iximeow <me@iximeow.net> | 2019-03-20 14:54:22 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:07:40 -0800 |
commit | 274fdaf33a7debb32e95ab57a41f9c03b173e164 (patch) | |
tree | ad041301a5fe94a1f1812f254aea704bb1c8f6d6 /.gitignore | |
parent | 091373f8077053f0ccdf7fa6e70b9e33db802cc8 (diff) |
add gitignore, oops
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..2c96eb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/ +Cargo.lock |