From d8f3b40085619cb680c8f227c65a1f5acc393223 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 23 Feb 2021 21:07:19 +0800 Subject: Move leetcode solutions to subdir. --- leetcode/rust/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 leetcode/rust/.gitignore (limited to 'leetcode/rust/.gitignore') diff --git a/leetcode/rust/.gitignore b/leetcode/rust/.gitignore new file mode 100644 index 0000000..8accfa8 --- /dev/null +++ b/leetcode/rust/.gitignore @@ -0,0 +1,5 @@ +/target +**/*.rs.bk +Cargo.lock + +.vscode -- cgit v1.2.3