diff options
| author | Federico Igne <git@federicoigne.com> | 2021-11-05 12:18:41 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-05 12:18:41 +0000 |
| commit | a4fcb13e89b055f710e6f38437208fc87b0a6edd (patch) | |
| tree | dafbd9963068d48a40ce2d7cea2a3e0a8b255171 /rust/.gitignore | |
| parent | 9f2e6eb26e45460c42e048cdbaa023ef76067571 (diff) | |
| download | exercism-a4fcb13e89b055f710e6f38437208fc87b0a6edd.tar.gz exercism-a4fcb13e89b055f710e6f38437208fc87b0a6edd.zip | |
Update .gitignore files
Diffstat (limited to 'rust/.gitignore')
| -rw-r--r-- | rust/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..389159a --- /dev/null +++ b/rust/.gitignore | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # Created by https://www.toptal.com/developers/gitignore/api/rust | ||
| 2 | # Edit at https://www.toptal.com/developers/gitignore?templates=rust | ||
| 3 | |||
| 4 | ### Rust ### | ||
| 5 | # Generated by Cargo | ||
| 6 | # will have compiled files and executables | ||
| 7 | debug/ | ||
| 8 | target/ | ||
| 9 | |||
| 10 | # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
| 11 | # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
| 12 | Cargo.lock | ||
| 13 | |||
| 14 | # These are backup files generated by rustfmt | ||
| 15 | **/*.rs.bk | ||
| 16 | |||
| 17 | # MSVC Windows builds of rustc generate these, which store debugging information | ||
| 18 | *.pdb | ||
| 19 | |||
| 20 | # End of https://www.toptal.com/developers/gitignore/api/rust | ||
