restic/system: Don’t explicitly ignore rust target

Newer cargo versions automatically add a CACHEDIR.TAG file to the target
directory.
pull/64/head
Simon Bruder 2022-01-22 10:33:33 +01:00
parent 6499b7b196
commit 922e007db9
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@ let
"/data/cache/"
# 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/*/.cargo"