From a6a08927f762a0d30c8e199cd2c1386ee2e08d0e Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 7 Sep 2021 21:16:54 +0530 Subject: Rust: Add Hello World & Lucian's Luscious Lasagna --- rust/hello-world/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/hello-world/.gitignore (limited to 'rust/hello-world/.gitignore') 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 -- cgit 1.4.1-2-gfad0