From 5886dc1cbc16dc8decd7643ed623c9757d2c5dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 9 Feb 2021 17:14:30 +0100 Subject: [PATCH] gitignore: Update the gitignore file for the rust-sdk --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4a264a28d8..95f3c23914 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ /build /captures .externalNativeBuild +rust-sdk/target/* +Cargo.lock /tmp