Skip to content

Commit

Permalink
remove noblacklist without blacklist (#3920)
Browse files Browse the repository at this point in the history
* remove noblacklist without blacklist in aosp

${HOME}/.bash_history is not blacklisted anywhere. Hence a noblacklist doesn't make sense here.

* remove noblacklist without blacklist in gnome-builder

${HOME}/.bash_history is not blacklisted anywhere. Hence a noblacklist doesn't make sense here.
  • Loading branch information
glitsj16 committed Jan 27, 2021
1 parent 848aac1 commit c782ecb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion etc/profile-a-l/aosp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ include aosp.local
include globals.local

noblacklist ${HOME}/.android
noblacklist ${HOME}/.bash_history
noblacklist ${HOME}/.jack-server
noblacklist ${HOME}/.jack-settings
noblacklist ${HOME}/.repo_.gitconfig.json
Expand Down
2 changes: 0 additions & 2 deletions etc/profile-a-l/gnome-builder.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ include gnome-builder.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.bash_history

noblacklist ${HOME}/.cache/gnome-builder
noblacklist ${HOME}/.config/gnome-builder
noblacklist ${HOME}/.local/share/gnome-builder
Expand Down

2 comments on commit c782ecb

@rusty-snake
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈 🙉 🙊

blacklist-nolog ${HOME}/.*_history

@glitsj16
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arghhhhh. Reverting!

Please sign in to comment.