diff options
| author | Federico Igne <git@federicoigne.com> | 2021-01-04 13:59:27 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | fc1d4fbb98323b34829da9393f366fb07d2f1605 (patch) | |
| tree | 4931923557f7976ba89f374b0c13cdf614b1984f /rust/queen-attack/.gitignore | |
| parent | b296156206a9b1bc4473c163bff44e6f2bc95573 (diff) | |
| download | exercism-fc1d4fbb98323b34829da9393f366fb07d2f1605.tar.gz exercism-fc1d4fbb98323b34829da9393f366fb07d2f1605.zip | |
[rust] Queen Attack
Diffstat (limited to 'rust/queen-attack/.gitignore')
| -rw-r--r-- | rust/queen-attack/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/queen-attack/.gitignore b/rust/queen-attack/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/queen-attack/.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 | ||
