From 7c2410382c4876fbe452d884e4f21a40fe5b4b83 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 1 Apr 2020 19:35:11 +0200 Subject: [PATCH] Ignore ci-cached directories so they don't interfere with the publish --- rust-bindings/rust/.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust-bindings/rust/.gitignore b/rust-bindings/rust/.gitignore index def5874b..c9dc18fa 100644 --- a/rust-bindings/rust/.gitignore +++ b/rust-bindings/rust/.gitignore @@ -1,4 +1,6 @@ -/.idea +.idea +target +cargo +sccache **/*.rs.bk -target/ Cargo.lock