restic/system: Don’t explicitly ignore rust target

Newer cargo versions automatically add a CACHEDIR.TAG file to the target
directory.
This commit is contained in:
Simon Bruder 2022-01-22 10:33:33 +01:00
parent 6499b7b196
commit 922e007db9
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -12,12 +12,6 @@ let
"/data/cache/" "/data/cache/"
# Rust # Rust
"/home/*/**/target/debug/"
"/home/*/**/target/doc/"
"/home/*/**/target/release/"
"/home/*/**/target/rls/"
"/home/*/**/target/tarpaulin/"
"/home/*/**/target/wasm32-unknown-unknown/"
"/home/*/.rustup/toolchains/" "/home/*/.rustup/toolchains/"
"/home/*/.cargo" "/home/*/.cargo"