updates for ~/.cargo

This commit is contained in:
rusty-snake 2018-12-21 16:58:37 +01:00
parent 3369f141b8
commit 333be4d3a3
No known key found for this signature in database
GPG key ID: CE890C49EE1373C1
4 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,8 @@ include globals.local
noblacklist ${HOME}/.atom
noblacklist ${HOME}/.config/Atom
noblacklist ${HOME}/.cargo/config
noblacklist ${HOME}/.cargo/registry
include disable-common.inc
include disable-passwdmgr.inc

View file

@ -8,6 +8,10 @@ include globals.local
noblacklist ${HOME}/.config/Brackets
#noblacklist /opt/brackets/
#noblacklist /opt/google/
# Uncomment the the next two lines if you are developing rust.
#noblacklist ${HOME}/.cargo/config
#noblacklist ${HOME}/.cargo/registry
include disable-common.inc
include disable-passwdmgr.inc

View file

@ -272,6 +272,11 @@ read-only ${HOME}/.bin
read-only ${HOME}/.local/bin
read-only ${HOME}/.cargo/bin
# cargo
read-only ${HOME}/.cargo/env
blacklist ${HOME}/.cargo/registry
blacklist ${HOME}/.cargo/config
# Write-protection for desktop entries
read-only ${HOME}/.config/menus
read-only ${HOME}/.local/share/applications

View file

@ -6,6 +6,8 @@ include gnome-builder.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.cargo/config
noblacklist ${HOME}/.cargo/registry
include disable-common.inc
include disable-passwdmgr.inc