diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2020-10-22 13:02:34 +0100 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2020-10-22 13:02:34 +0100 |
commit | 055cf5beabd6b397168023341e01cf5e94a0f060 (patch) | |
tree | eb088f85623933798c16e190fd3104145f571e9f /.gitignore |
Initial commit
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..1b26c78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/target + + +# Added by cargo +# +# already existing elements were commented out + +#/target +Cargo.lock |