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:
parent
6499b7b196
commit
922e007db9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue