Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for cargo toml/non-toml files #4286

Merged
merged 4 commits into from
May 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions etc/inc/allow-common-devel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,4 @@ noblacklist ${HOME}/.python_history
noblacklist ${HOME}/.pythonhist

# Rust
noblacklist ${HOME}/.cargo/advisory-db
noblacklist ${HOME}/.cargo/config
noblacklist ${HOME}/.cargo/git
noblacklist ${HOME}/.cargo/registry
noblacklist ${HOME}/.cargo/.crates.toml
noblacklist ${HOME}/.cargo/.crates2.json
noblacklist ${HOME}/.cargo/.package-cache
noblacklist ${HOME}/.cargo/*
8 changes: 1 addition & 7 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ blacklist ${HOME}/.bibletime
blacklist ${HOME}/.bitcoin
blacklist ${HOME}/.bogofilter
blacklist ${HOME}/.bzf
blacklist ${HOME}/.cargo/advisory-db
blacklist ${HOME}/.cargo/config
blacklist ${HOME}/.cargo/git
blacklist ${HOME}/.cargo/registry
blacklist ${HOME}/.cargo/.crates.toml
blacklist ${HOME}/.cargo/.crates2.json
blacklist ${HOME}/.cargo/.package-cache
blacklist ${HOME}/.cargo/*
blacklist ${HOME}/.claws-mail
blacklist ${HOME}/.cliqz
blacklist ${HOME}/.clonk
Expand Down