diff options
author | Andinus <andinus@nand.sh> | 2021-09-07 21:28:06 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-09-07 21:28:06 +0530 |
commit | 12352f4842414612cfb7fd2629f1409da6025174 (patch) | |
tree | 883e2e78e11f5bd004f133e569cfc29f72383256 /rust/armstrong-numbers/.gitignore | |
parent | 541096f04729909a5bed0e837a5d3726e2adbfb2 (diff) | |
download | exercism-12352f4842414612cfb7fd2629f1409da6025174.tar.gz |
Rust: Add Armstrong Numbers
Diffstat (limited to 'rust/armstrong-numbers/.gitignore')
-rw-r--r-- | rust/armstrong-numbers/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/armstrong-numbers/.gitignore b/rust/armstrong-numbers/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/armstrong-numbers/.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 |