diff options
| author | Federico Igne <git@federicoigne.com> | 2021-11-08 18:06:56 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-08 18:06:56 +0000 |
| commit | cd067503a7546eaee904a9b5c6ae30eb0175d376 (patch) | |
| tree | 2f625fc40314fa2abbe60da496b6f0993af8a779 /rust/macros/.gitignore | |
| parent | b6d7705471f0a583f1d115472ddbc8c4f8a420a9 (diff) | |
| download | exercism-cd067503a7546eaee904a9b5c6ae30eb0175d376.tar.gz exercism-cd067503a7546eaee904a9b5c6ae30eb0175d376.zip | |
[rust] Macros
Diffstat (limited to 'rust/macros/.gitignore')
| -rw-r--r-- | rust/macros/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/macros/.gitignore b/rust/macros/.gitignore new file mode 100644 index 0000000..db7f315 --- /dev/null +++ b/rust/macros/.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 | ||
