From cd067503a7546eaee904a9b5c6ae30eb0175d376 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 8 Nov 2021 18:06:56 +0000 Subject: [rust] Macros --- rust/macros/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rust/macros/.gitignore (limited to 'rust/macros/.gitignore') 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 @@ +# 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 v1.2.3