summary refs log tree commit diff stats
path: root/rust/hello-world/.gitignore
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-07 21:16:54 +0530
committerAndinus <andinus@nand.sh>2021-09-07 21:16:54 +0530
commita6a08927f762a0d30c8e199cd2c1386ee2e08d0e (patch)
tree64f405935b716e61e7c9ecb7cc20fdf24f0b2311 /rust/hello-world/.gitignore
parent5622b92d80a80faabc1bcf35c94a35a28ff63e05 (diff)
downloadexercism-a6a08927f762a0d30c8e199cd2c1386ee2e08d0e.tar.gz
Rust: Add Hello World & Lucian's Luscious Lasagna
Diffstat (limited to 'rust/hello-world/.gitignore')
-rw-r--r--rust/hello-world/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/hello-world/.gitignore b/rust/hello-world/.gitignore
new file mode 100644
index 0000000..db7f315
--- /dev/null
+++ b/rust/hello-world/.gitignore
@@ -0,0 +1,8 @@
+# Generated by Cargo
+# will have compiled files and executables
+/target/
+**/*.rs.bk
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
+Cargo.lock