diff options
author | Andinus <andinus@nand.sh> | 2021-09-29 20:18:42 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-09-29 20:18:42 +0530 |
commit | 6cb0e630baeb9a5acddac65a627bd2f9bf291312 (patch) | |
tree | 9a95f52c2570b063a7cc40d30b883cbacc812b37 /rust/space-age/.gitignore | |
parent | b7f76db2a02aba793a68ba35c2b4b51d5e069bdc (diff) | |
download | exercism-6cb0e630baeb9a5acddac65a627bd2f9bf291312.tar.gz |
Rust: Space Age: Add exercise
Diffstat (limited to 'rust/space-age/.gitignore')
-rw-r--r-- | rust/space-age/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/space-age/.gitignore b/rust/space-age/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/space-age/.gitignore @@ -0,0 +1,8 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ +**/*.rs.bk + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock |