diff options
| author | Federico I <git@federicoigne.com> | 2020-03-14 19:21:02 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:49:20 +0000 |
| commit | da0fec405edd592d9ae7c658cb80fdc652671c37 (patch) | |
| tree | 00ce4204858d34f932e0cd81bebb33e4fbd421ee /hello-world/.gitignore | |
| parent | 629472a32c01f3972981f913b3585abcf8c4eb63 (diff) | |
| download | exercism-da0fec405edd592d9ae7c658cb80fdc652671c37.tar.gz exercism-da0fec405edd592d9ae7c658cb80fdc652671c37.zip | |
[rust] Hello World
Diffstat (limited to 'hello-world/.gitignore')
| -rw-r--r-- | hello-world/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hello-world/.gitignore b/hello-world/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/hello-world/.gitignore | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Generated by Cargo | ||
| 2 | # will have compiled files and executables | ||
| 3 | /target/ | ||
| 4 | **/*.rs.bk | ||
| 5 | |||
| 6 | # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
| 7 | # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock | ||
| 8 | Cargo.lock | ||
