aboutsummaryrefslogtreecommitdiff
path: root/rust/high-scores/.gitignore
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-26 17:48:38 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit02481656966b0a8dfc95cf3c22bcc049660ff7d4 (patch)
tree8e39798fcaf27931d91c2088423fd4e97adcfc2d /rust/high-scores/.gitignore
parent4e2052c4d792540c2f742b2c2a081b11117ed41d (diff)
downloadexercism-02481656966b0a8dfc95cf3c22bcc049660ff7d4.tar.gz
exercism-02481656966b0a8dfc95cf3c22bcc049660ff7d4.zip
Move Rust exercises in a subdirectory
Diffstat (limited to 'rust/high-scores/.gitignore')
-rw-r--r--rust/high-scores/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/high-scores/.gitignore b/rust/high-scores/.gitignore
new file mode 100644
index 0000000..e130ceb
--- /dev/null
+++ b/rust/high-scores/.gitignore
@@ -0,0 +1,8 @@
1# Generated by exercism rust track exercise tool
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
8Cargo.lock