diff options
| author | Federico Igne <git@federicoigne.com> | 2021-01-03 16:48:43 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | b296156206a9b1bc4473c163bff44e6f2bc95573 (patch) | |
| tree | 6cfb199d183b2ec102489d0e6ba436819020c929 /rust/robot-simulator/.gitignore | |
| parent | e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29 (diff) | |
| download | exercism-b296156206a9b1bc4473c163bff44e6f2bc95573.tar.gz exercism-b296156206a9b1bc4473c163bff44e6f2bc95573.zip | |
[rust] Robot Simulator
Diffstat (limited to 'rust/robot-simulator/.gitignore')
| -rw-r--r-- | rust/robot-simulator/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/robot-simulator/.gitignore b/rust/robot-simulator/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/robot-simulator/.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 | ||
