diff options
author | Andreas Grois <andi@grois.info> | 2021-12-02 18:47:14 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-02 18:47:14 +0100 |
commit | 48e7a6537dc2b0411db18705af5c95062a901d03 (patch) | |
tree | f9049a6a06712feaa6e1a489705c55fcdb22aa49 /.gitignore |
Initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a7f3da --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/target +*~ + +# Added by cargo +# +# already existing elements were commented out + +#/target +Cargo.lock |